Home
last modified time | relevance | path

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

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