Searched defs:ShouldCloseWindow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dfast_unload_controller.cc105 bool FastUnloadController::ShouldCloseWindow() { function in class:chrome::FastUnloadController
H A Dunload_controller.cc70 bool UnloadController::ShouldCloseWindow() { function in class:chrome::UnloadController
H A Dbrowser.cc596 bool Browser::ShouldCloseWindow() { function in class:Browser
601 return fast_unload_controller_->ShouldCloseWindow();
602 return unload_controller_->ShouldCloseWindow();
617 if (!ShouldCloseWindow())
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc736 bool Panel::ShouldCloseWindow() { function in class:Panel
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc882 bool Browser::ShouldCloseWindow() { function in class:Browser
899 if (!ShouldCloseWindow())

Completed in 102 milliseconds