Searched refs:fPopUp (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/interface/
H A DDragger.cpp127 fPopUp(NULL)
143 fPopUp(NULL)
159 fPopUp(NULL)
170 fPopUp = dynamic_cast<BPopUpMenu*>(archivable);
179 delete fPopUp;
202 if (fPopUp != NULL && fPopUpIsCustom) {
203 bool windowLocked = fPopUp->Window()->Lock();
205 ret = fPopUp->Archive(&popupMsg, deep);
208 fPopUp->Window()->Unlock();
547 if (menu != NULL && menu != fPopUp) {
[all...]
/haiku/src/apps/mail/
H A DQueryMenu.h84 bool fPopUp; member in class:QueryMenu
H A DQueryMenu.cpp97 fPopUp(popUp)
342 if (fPopUp)
/haiku/headers/os/interface/
H A DDragger.h119 BPopUpMenu* fPopUp; member in class:BDragger
/haiku/src/apps/magnify/
H A DMagnify.h176 BMenuField* fPopUp; member in class:TInfoView
H A DMagnify.cpp1089 MovePenTo(15 + fPopUp->Bounds().Width(), fFontHeight + 5);
1120 MovePenTo(15 + fPopUp->Bounds().Width(), fFontHeight*2+5);
1192 fPopUp = new BMenuField( r, "region menu", NULL, fMenu, true,
1194 AddChild(fPopUp);

Completed in 88 milliseconds