Searched refs:fDragContextMenu (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DContainerWindow.h299 BPopUpNavMenu* fDragContextMenu; member in class:BPrivate::BContainerWindow
H A DContainerWindow.cpp378 fDragContextMenu(NULL),
577 delete fDragContextMenu;
578 fDragContextMenu = NULL;
665 fDragContextMenu = new BPopUpNavMenu("DragContext");
2585 && !fDragContextMenu->IsShowing()) {
2588 fDragContextMenu->ClearMenu();
2600 fDragContextMenu->SetNavDir(&resolvedRef);
2601 fDragContextMenu->SetTypesList(fCachedTypesList);
2602 fDragContextMenu->SetTarget(BMessenger(this));
2606 fDragContextMenu
[all...]

Completed in 42 milliseconds