Searched refs:fUseInsetsCheckBox (Results 1 – 2 of 2) sorted by relevance
40 fUseInsetsCheckBox(NULL), in TextViewTest()65 fUseInsetsCheckBox = new LabeledCheckBox("Use text rect insets", in ActivateTest()67 group->AddChild(fUseInsetsCheckBox); in ActivateTest()116 if (fUseInsetsCheckBox == NULL) in _UpdateInsets()119 if (fUseInsetsCheckBox->IsSelected()) in _UpdateInsets()
36 LabeledCheckBox* fUseInsetsCheckBox; variable