HomeSort by relevance Sort by last modified time
    Searched full:exit_now (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/breakpad/app/
breakpad_win.h 18 bool ShowRestartDialogIfCrashed(bool* exit_now);
breakpad_win.cc 466 UINT flags, bool* exit_now) {
471 *exit_now = (IDOK != ::MessageBoxW(NULL, text, caption, flags));
484 bool ShowRestartDialogIfCrashed(bool* exit_now) {
506 exit_now);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /external/chromium_org/chrome/app/
chrome_exe_main_win.cc 48 bool exit_now = true; local
55 if (breakpad::ShowRestartDialogIfCrashed(&exit_now)) {
56 if (exit_now)

Completed in 147 milliseconds