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

  /external/chromium_org/storage/browser/quota/
usage_tracker.h 129 typedef std::map<std::string, UsageMap> HostUsageMap;
187 HostUsageMap cached_usage_by_host_;
usage_tracker.cc 390 for (HostUsageMap::const_iterator host_iter = cached_usage_by_host_.begin();
399 for (HostUsageMap::const_iterator host_iter = cached_usage_by_host_.begin();
414 HostUsageMap::iterator found_host = cached_usage_by_host_.find(host);
597 HostUsageMap::const_iterator found = cached_usage_by_host_.find(host);
614 HostUsageMap::const_iterator found_host = cached_usage_by_host_.find(host);

Completed in 239 milliseconds