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

  /external/chromium_org/webkit/browser/quota/
usage_tracker.h 124 typedef std::map<std::string, UsageMap> HostUsageMap;
179 HostUsageMap cached_usage_by_host_;
usage_tracker.cc 377 for (HostUsageMap::const_iterator host_iter = cached_usage_by_host_.begin();
386 for (HostUsageMap::const_iterator host_iter = cached_usage_by_host_.begin();
401 HostUsageMap::iterator found_host = cached_usage_by_host_.find(host);
575 HostUsageMap::const_iterator found = cached_usage_by_host_.find(host);
592 HostUsageMap::const_iterator found_host = cached_usage_by_host_.find(host);

Completed in 29 milliseconds