Home
last modified time | relevance | path

Searched refs:masterView (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/expander/
H A DPasswordAlert.cpp57 TAlertView* masterView = new TAlertView(Bounds()); in PasswordAlert() local
58 masterView->SetBitmap(InitIcon()); in PasswordAlert()
59 AddChild(masterView); in PasswordAlert()
72 masterView->AddChild(fTextControl); in PasswordAlert()
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp162 BView *masterView = pAlert->ChildAt(0); in GuiInfoTest() local
163 CPPUNIT_ASSERT(masterView); in GuiInfoTest()
168 masterView->ViewColor()); in GuiInfoTest()
/haiku/src/kits/interface/
H A DColumnListView.cpp182 BColumnListView* masterView,