HomeSort by relevance Sort by last modified time
    Searched refs:SetTryingToQuit (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/
browser_shutdown.h 54 // "Quit" menu items) BrowserList will call SetTryingToQuit() to tell itself to
58 // This is a low-level mutator; in general, don't call SetTryingToQuit(true),
63 // platforms can call SetTryingToQuit(false) directly.
64 void SetTryingToQuit(bool quitting);
browser_shutdown.cc 334 void SetTryingToQuit(bool quitting) {
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.cc 31 browser_shutdown::SetTryingToQuit(true);
39 browser_shutdown::SetTryingToQuit(false);
application_lifetime.cc 96 browser_shutdown::SetTryingToQuit(true);
108 browser_shutdown::SetTryingToQuit(true);
119 browser_shutdown::SetTryingToQuit(true);
browser_close_manager_browsertest.cc 143 browser_shutdown::SetTryingToQuit(true);
    [all...]
  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator_unittest.cc 209 browser_shutdown::SetTryingToQuit(false);
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 573 browser_shutdown::SetTryingToQuit(false);
798 browser_shutdown::SetTryingToQuit(false);
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 690 browser_shutdown::SetTryingToQuit(true);
    [all...]

Completed in 106 milliseconds