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

  /external/chromium_org/chrome/browser/ui/
unload_controller.cc 70 bool UnloadController::ShouldCloseWindow() {
fast_unload_controller.cc 105 bool FastUnloadController::ShouldCloseWindow() {
browser.cc 596 bool Browser::ShouldCloseWindow() {
601 return fast_unload_controller_->ShouldCloseWindow();
602 return unload_controller_->ShouldCloseWindow();
617 if (!ShouldCloseWindow())
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 736 bool Panel::ShouldCloseWindow() {
  /external/chromium/chrome/browser/ui/
browser.cc 882 bool Browser::ShouldCloseWindow() {
899 if (!ShouldCloseWindow())
    [all...]

Completed in 967 milliseconds