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

  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.cc 54 tab_needing_before_unload_ack_(NULL),
91 if (tab_needing_before_unload_ack_ == contents) {
93 tab_needing_before_unload_ack_ = NULL;
120 tab_needing_before_unload_ack_ != NULL)
243 if (tab_needing_before_unload_ack_ != NULL) {
256 tab_needing_before_unload_ack_ = contents;
315 tab_needing_before_unload_ack_ == NULL &&
324 if (tab_needing_before_unload_ack_ != NULL) {
327 CoreTabHelper::FromWebContents(tab_needing_before_unload_ack_);
329 tab_needing_before_unload_ack_ = NULL
    [all...]
fast_unload_controller.h 153 content::WebContents* tab_needing_before_unload_ack_; member in class:chrome::FastUnloadController

Completed in 888 milliseconds