Searched refs:tab_needing_before_unload_ack_ (Results 1 – 2 of 2) sorted by relevance
55 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 …]
174 content::WebContents* tab_needing_before_unload_ack_; variable