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 363 fast_unload_controller_.reset(new chrome::FastUnloadController(this));
603 return fast_unload_controller_->ShouldCloseWindow();
611 return fast_unload_controller_->CallBeforeUnloadHandlers(
620 fast_unload_controller_->ResetBeforeUnloadHandlers();
627 return fast_unload_controller_->HasCompletedUnloadProcessing();
632 return fast_unload_controller_->is_attempting_to_close_browser();
    [all...]
browser.h 881 scoped_ptr<chrome::FastUnloadController> fast_unload_controller_; member in class:Browser
    [all...]

Completed in 437 milliseconds