Searched refs:fast_unload_controller_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc366 fast_unload_controller_.reset(new chrome::FastUnloadController(this));
621 return fast_unload_controller_->ShouldCloseWindow();
629 return fast_unload_controller_->CallBeforeUnloadHandlers(
638 fast_unload_controller_->ResetBeforeUnloadHandlers();
645 return fast_unload_controller_->HasCompletedUnloadProcessing();
650 return fast_unload_controller_->is_attempting_to_close_browser();
717 fast_unload_controller_->CancelWindowClose();
1187 return fast_unload_controller_->TabsNeedBeforeUnloadFired();
1411 can_close_contents = fast_unload_controller_->CanCloseContents(source);
1483 fast_unload_controller_
[all...]
H A Dbrowser.h912 scoped_ptr<chrome::FastUnloadController> fast_unload_controller_; member in class:Browser

Completed in 806 milliseconds