Searched refs:dontAskAgain (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.h23 int32 Go(bool& dontAskAgain);
H A DAlertWithCheckbox.cpp133 AlertWithCheckbox::Go(bool& dontAskAgain) argument
139 dontAskAgain = fDontAskAgain->Value();
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp294 bool dontAskAgain = false;
295 int result = alert->Go(dontAskAgain);
297 if (dontAskAgain) {

Completed in 38 milliseconds