Searched refs:AddDynamicItem (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/tracker/
H A DMountMenu.h48 virtual bool AddDynamicItem(add_state state);
H A DSlowMenu.h39 // use the AddDynamicItem callback to implement a menu that can
68 virtual bool AddDynamicItem(add_state state);
H A DSlowMenu.cpp55 BSlowMenu::AddDynamicItem(add_state state) function in class:BSlowMenu
H A DMountMenu.cpp173 MountMenu::AddDynamicItem(add_state) function in class:MountMenu
/haiku/src/preferences/printers/
H A DTransportMenu.h24 bool AddDynamicItem(add_state s);
H A DTransportMenu.cpp32 TransportMenu::AddDynamicItem(add_state state) function in class:TransportMenu
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp67 virtual bool AddDynamicItem(add_state s);
661 DeskbarMountMenu::AddDynamicItem(add_state s) function in class:DeskbarMountMenu
663 BPrivate::MountMenu::AddDynamicItem(s);
/haiku/headers/os/interface/
H A DMenu.h167 virtual bool AddDynamicItem(add_state state);
/haiku/src/kits/interface/
H A DMenu.cpp1423 BMenu::AddDynamicItem(add_state state) function in class:BMenu
3377 if (AddDynamicItem(B_INITIAL_ADD)) {
3383 AddDynamicItem(B_ABORT);
3387 } while (AddDynamicItem(B_PROCESSING));

Completed in 47 milliseconds