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

/external/chromium_org/chrome/browser/ui/
H A Dfast_unload_controller.h166 typedef std::set<content::WebContents*> WebContentsSet; typedef in class:chrome::FastUnloadController
170 WebContentsSet tabs_needing_before_unload_;
178 WebContentsSet tabs_needing_unload_;
182 WebContentsSet tabs_needing_unload_ack_;
H A Dfast_unload_controller.cc240 for (WebContentsSet::iterator it = tabs_needing_unload_.begin();
381 WebContentsSet::iterator it = tabs_needing_before_unload_.begin();
413 WebContentsSet::iterator it = tabs_needing_unload_.begin();
415 WebContentsSet::iterator current = it++;

Completed in 111 milliseconds