Searched refs:fFontCheckBox (Results 1 – 2 of 2) sorted by relevance
42 fFontCheckBox(NULL) in TextViewTest()75 fFontCheckBox = new LabeledCheckBox("Use large font", in ActivateTest()77 group->AddChild(fFontCheckBox); in ActivateTest()142 if (fFontCheckBox == NULL) in _UpdateFont()146 if (fFontCheckBox->IsSelected()) { in _UpdateFont()
38 LabeledCheckBox* fFontCheckBox; variable