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

  /external/chromium_org/chrome/browser/printing/
background_printing_manager.h 30 typedef std::set<content::WebContents*> WebContentsSet;
44 WebContentsSet::const_iterator begin();
45 WebContentsSet::const_iterator end();
63 bool HasSharedRenderProcessHost(const WebContentsSet& set,
68 WebContentsSet printing_contents_set_;
72 WebContentsSet printing_contents_pending_deletion_set_;
  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.h 166 typedef std::set<content::WebContents*> WebContentsSet;
170 WebContentsSet tabs_needing_before_unload_;
178 WebContentsSet tabs_needing_unload_;
182 WebContentsSet tabs_needing_unload_ack_;

Completed in 246 milliseconds