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

/external/chromium_org/storage/browser/quota/
H A Dusage_tracker.cc416 UsageMap& cached_usage_for_host = found_host->second; local
418 UsageMap::iterator found = cached_usage_for_host.find(origin);
419 if (found != cached_usage_for_host.end()) {
422 cached_usage_for_host.erase(found);
423 if (cached_usage_for_host.empty()) {

Completed in 94 milliseconds