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

  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.cc 198 if (tabs_needing_unload_ack_.find(contents) !=
199 tabs_needing_unload_ack_.end()) {
225 tabs_needing_unload_ack_.insert(contents);
317 tabs_needing_unload_ack_.empty();
340 // No need to clear tabs_needing_unload_ack_. Those tabs are already detached.
351 if (tabs_needing_unload_ack_.erase(contents) > 0) {
fast_unload_controller.h 161 WebContentsSet tabs_needing_unload_ack_; member in class:chrome::FastUnloadController

Completed in 276 milliseconds