Searched refs:exit_now (Results 1 – 4 of 4) sorted by relevance
18 bool ShowRestartDialogIfCrashed(bool* exit_now);
297 UINT flags, bool* exit_now) { in WrapMessageBoxWithSEH() argument302 *exit_now = (IDOK != ::MessageBoxW(NULL, text, caption, flags)); in WrapMessageBoxWithSEH()315 bool ShowRestartDialogIfCrashed(bool* exit_now) { in ShowRestartDialogIfCrashed() argument334 return WrapMessageBoxWithSEH(message.c_str(), title.c_str(), flags, exit_now); in ShowRestartDialogIfCrashed()
293 bool exit_now = true; in Launch() local295 if (breakpad::ShowRestartDialogIfCrashed(&exit_now)) { in Launch()298 if (exit_now) in Launch()
3989 bool exit_now = false; in RunPrivateStateThread() local3990 while (!exit_now) in RunPrivateStateThread()4002 exit_now = true; in RunPrivateStateThread()