HomeSort by relevance Sort by last modified time
    Searched full:tab_needing_before_unload_ack_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.cc 55 tab_needing_before_unload_ack_(NULL),
130 if (tab_needing_before_unload_ack_ == contents) {
132 tab_needing_before_unload_ack_ = NULL;
202 tab_needing_before_unload_ack_ != NULL)
215 tab_needing_before_unload_ack_ != contents &&
225 tab_needing_before_unload_ack_ == NULL &&
234 if (tab_needing_before_unload_ack_ != NULL) {
236 CoreTabHelper::FromWebContents(tab_needing_before_unload_ack_);
238 DevToolsWindow::OnPageCloseCanceled(tab_needing_before_unload_ack_);
239 tab_needing_before_unload_ack_ = NULL
    [all...]
fast_unload_controller.h 174 content::WebContents* tab_needing_before_unload_ack_; member in class:chrome::FastUnloadController

Completed in 150 milliseconds