HomeSort by relevance Sort by last modified time
    Searched refs:fast_unload_controller_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/
browser.cc 366 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();
    [all...]
browser.h 912 scoped_ptr<chrome::FastUnloadController> fast_unload_controller_; member in class:Browser
    [all...]

Completed in 518 milliseconds