HomeSort by relevance Sort by last modified time
    Searched refs:HostSet (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.h 28 typedef std::set<content::RenderProcessHost*> HostSet;
33 ProfileDestroyer(Profile* const profile, HostSet* hosts);
45 static bool GetHostsForProfile(Profile* const profile, HostSet* hosts);
profile_destroyer.cc 35 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/storage/browser/quota/
usage_tracker.h 127 typedef std::set<std::string> HostSet;
186 HostSet cached_hosts_;

Completed in 296 milliseconds