Searched refs:HostSet (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_destroyer.h28 typedef std::set<content::RenderProcessHost*> HostSet; typedef in class:ProfileDestroyer
33 ProfileDestroyer(Profile* const profile, HostSet* hosts);
45 static bool GetHostsForProfile(Profile* const profile, HostSet* hosts);
H A Dprofile_destroyer.cc35 HostSet hosts;
92 ProfileDestroyer::ProfileDestroyer(Profile* const profile, HostSet* hosts)
100 for (HostSet::iterator i = hosts->begin(); i != hosts->end(); ++i) {
171 Profile* const profile, HostSet* hosts) {
/external/chromium_org/webkit/browser/quota/
H A Dusage_tracker.h127 typedef std::set<std::string> HostSet; typedef in class:quota::ClientUsageTracker
186 HostSet cached_hosts_;

Completed in 73 milliseconds