Home
last modified time | relevance | path

Searched refs:FastUnloadController (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dfast_unload_controller.cc28 class FastUnloadController::DetachedWebContentsDelegate
53 FastUnloadController::FastUnloadController(Browser* browser) in FastUnloadController() function in chrome::FastUnloadController
62 FastUnloadController::~FastUnloadController() { in ~FastUnloadController()
66 bool FastUnloadController::CanCloseContents(content::WebContents* contents) { in CanCloseContents()
74 bool FastUnloadController::ShouldRunUnloadEventsHelper( in ShouldRunUnloadEventsHelper()
82 bool FastUnloadController::RunUnloadEventsHelper( in RunUnloadEventsHelper()
106 bool FastUnloadController::BeforeUnloadFired(content::WebContents* contents, in BeforeUnloadFired()
143 bool FastUnloadController::ShouldCloseWindow() { in ShouldCloseWindow()
180 bool FastUnloadController::CallBeforeUnloadHandlers( in CallBeforeUnloadHandlers()
193 void FastUnloadController::ResetBeforeUnloadHandlers() { in ResetBeforeUnloadHandlers()
[all …]
Dfast_unload_controller.h55 class FastUnloadController : public content::NotificationObserver,
58 explicit FastUnloadController(Browser* browser);
59 virtual ~FastUnloadController();
199 base::WeakPtrFactory<FastUnloadController> weak_factory_;
201 DISALLOW_COPY_AND_ASSIGN(FastUnloadController);
Dbrowser_tab_strip_model_delegate.cc126 return chrome::FastUnloadController::RunUnloadEventsHelper(contents); in RunUnloadListenerBeforeClosing()
135 return chrome::FastUnloadController::ShouldRunUnloadEventsHelper(contents); in ShouldRunUnloadListenerBeforeClosing()
Dbrowser.h67 class FastUnloadController; variable
912 scoped_ptr<chrome::FastUnloadController> fast_unload_controller_;
Dbrowser.cc366 fast_unload_controller_.reset(new chrome::FastUnloadController(this)); in Browser()