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

/haiku/src/apps/deskcalc/
H A DCalcView.h107 void _CreatePopUpMenu(bool addKeypadModeMenuItems);
H A DCalcView.cpp278 bool addKeypadModeMenuItems = true; local
281 addKeypadModeMenuItems = false;
285 _CreatePopUpMenu(addKeypadModeMenuItems);
287 if (addKeypadModeMenuItems)
1379 CalcView::_CreatePopUpMenu(bool addKeypadModeMenuItems) argument
1388 if (addKeypadModeMenuItems) {
1409 if (addKeypadModeMenuItems) {

Completed in 46 milliseconds