OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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