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

/external/chromium_org/chrome/browser/ui/
H A Dfast_unload_controller.cc143 bool FastUnloadController::ShouldCloseWindow() { function in class:chrome::FastUnloadController
H A Dunload_controller.cc107 bool UnloadController::ShouldCloseWindow() { function in class:chrome::UnloadController
H A Dbrowser.cc616 bool Browser::ShouldCloseWindow() { function in class:Browser
621 return fast_unload_controller_->ShouldCloseWindow();
622 return unload_controller_->ShouldCloseWindow();
655 if (!ShouldCloseWindow())
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc738 bool Panel::ShouldCloseWindow() { function in class:Panel

Completed in 2594 milliseconds