HomeSort by relevance Sort by last modified time
    Searched defs:ShouldCloseWindow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.cc 143 bool FastUnloadController::ShouldCloseWindow() {
unload_controller.cc 107 bool UnloadController::ShouldCloseWindow() {
browser.cc 616 bool Browser::ShouldCloseWindow() {
621 return fast_unload_controller_->ShouldCloseWindow();
622 return unload_controller_->ShouldCloseWindow();
655 if (!ShouldCloseWindow())
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 738 bool Panel::ShouldCloseWindow() {

Completed in 80 milliseconds