Searched refs:fast_unload_controller_ (Results 1 – 2 of 2) sorted by relevance
366 fast_unload_controller_.reset(new chrome::FastUnloadController(this)); in Browser()621 return fast_unload_controller_->ShouldCloseWindow(); in ShouldCloseWindow()629 return fast_unload_controller_->CallBeforeUnloadHandlers( in CallBeforeUnloadHandlers()638 fast_unload_controller_->ResetBeforeUnloadHandlers(); in ResetBeforeUnloadHandlers()645 return fast_unload_controller_->HasCompletedUnloadProcessing(); in HasCompletedUnloadProcessing()650 return fast_unload_controller_->is_attempting_to_close_browser(); in IsAttemptingToCloseBrowser()717 fast_unload_controller_->CancelWindowClose(); in InProgressDownloadResponse()1187 return fast_unload_controller_->TabsNeedBeforeUnloadFired(); in TabsNeedBeforeUnloadFired()1411 can_close_contents = fast_unload_controller_->CanCloseContents(source); in CloseContents()1483 fast_unload_controller_->BeforeUnloadFired(web_contents, proceed); in BeforeUnloadFired()
912 scoped_ptr<chrome::FastUnloadController> fast_unload_controller_; variable