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

/haiku-fatelf/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.cpp320 bool stillActive = false; local
323 stillActive |= item->Finish(parentLooper, this, force);
327 return stillActive;
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp601 bool stillActive = false; local
605 stillActive = fRendererSettingsMenu->Finish(fParentLooper,
611 stillActive |= item->Finish(fParentLooper,
616 fMenuPreparedToShow = stillActive;
630 return stillActive;

Completed in 99 milliseconds