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

/haiku/headers/os/interface/
H A DPopUpMenu.h25 BMenuItem* Go(BPoint where, bool autoInvoke = false,
27 BMenuItem* Go(BPoint where, bool autoInvoke,
68 BMenuItem* _Go(BPoint where, bool autoInvoke,
71 BMenuItem* _StartTrack(BPoint where, bool autoInvoke,
/haiku/src/kits/interface/
H A DPopUpMenu.cpp31 bool autoInvoke; member in struct:popup_menu_data
326 BPopUpMenu::_Go(BPoint where, bool autoInvoke, bool startOpened, argument
358 data->autoInvoke = autoInvoke;
400 data->selected = menu->_StartTrack(data->where, data->autoInvoke,
423 BPopUpMenu::_StartTrack(BPoint where, bool autoInvoke, bool startOpened, argument
446 if (result != NULL && autoInvoke)

Completed in 45 milliseconds