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

/external/chromium_org/chrome/browser/ui/
H A Dfast_unload_controller.cc132 tabs_needing_unload_.insert(contents);
204 if (!is_calling_before_unload_handlers() && !tabs_needing_unload_.empty())
212 if (!ContainsKey(tabs_needing_unload_, contents) &&
225 tabs_needing_unload_.empty() &&
240 for (WebContentsSet::iterator it = tabs_needing_unload_.begin();
241 it != tabs_needing_unload_.end(); it++) {
248 tabs_needing_unload_.clear();
409 if (!tabs_needing_unload_.empty()) {
413 WebContentsSet::iterator it = tabs_needing_unload_.begin();
414 while (it != tabs_needing_unload_
[all...]
H A Dfast_unload_controller.h178 WebContentsSet tabs_needing_unload_; member in class:chrome::FastUnloadController

Completed in 153 milliseconds