Searched refs:HostUsageMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/quota/
H A Dusage_tracker.h129 typedef std::map<std::string, UsageMap> HostUsageMap; typedef in class:quota::ClientUsageTracker
187 HostUsageMap cached_usage_by_host_;
H A Dusage_tracker.cc390 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 80 milliseconds