Home
last modified time | relevance | path

Searched refs:tab_needing_before_unload_ack_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dfast_unload_controller.cc55 tab_needing_before_unload_ack_(NULL), in FastUnloadController()
129 if (tab_needing_before_unload_ack_ == contents) { in BeforeUnloadFired()
131 tab_needing_before_unload_ack_ = NULL; in BeforeUnloadFired()
201 tab_needing_before_unload_ack_ != NULL) in TabsNeedBeforeUnloadFired()
214 tab_needing_before_unload_ack_ != contents && in TabsNeedBeforeUnloadFired()
224 tab_needing_before_unload_ack_ == NULL && in HasCompletedUnloadProcessing()
233 if (tab_needing_before_unload_ack_ != NULL) { in CancelWindowClose()
235 CoreTabHelper::FromWebContents(tab_needing_before_unload_ack_); in CancelWindowClose()
237 DevToolsWindow::OnPageCloseCanceled(tab_needing_before_unload_ack_); in CancelWindowClose()
238 tab_needing_before_unload_ack_ = NULL; in CancelWindowClose()
[all …]
Dfast_unload_controller.h174 content::WebContents* tab_needing_before_unload_ack_; variable