Searched refs:fIntroductionTextView (Results 1 – 2 of 2) sorted by relevance
62 fIntroductionTextView(NULL), in UserUsageConditionsWindow()119 fIntroductionTextView = new TextView("introduction text view"); in UserUsageConditionsWindow()121 fIntroductionTextView->SetText(_IntroductionTextForMode(mode, userDetail)); in UserUsageConditionsWindow()131 .Add(fIntroductionTextView, 1) in UserUsageConditionsWindow()415 if (fIntroductionTextView != NULL) { in _DisplayData()416 fIntroductionTextView->SetText( in _DisplayData()
66 TextView* fIntroductionTextView; variable