Searched refs:tabs_needing_unload_ack_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dfast_unload_controller.cc213 !ContainsKey(tabs_needing_unload_ack_, contents) &&
226 tabs_needing_unload_ack_.empty();
250 // No need to clear tabs_needing_unload_ack_. Those tabs are already detached.
329 if (tabs_needing_unload_ack_.find(contents) !=
330 tabs_needing_unload_ack_.end()) {
356 tabs_needing_unload_ack_.insert(contents);
453 if (tabs_needing_unload_ack_.erase(contents) > 0) {
H A Dfast_unload_controller.h182 WebContentsSet tabs_needing_unload_ack_; member in class:chrome::FastUnloadController

Completed in 132 milliseconds