Home
last modified time | relevance | path

Searched refs:PathMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dpath_service.cc33 typedef base::hash_map<int, FilePath> PathMap; typedef
96 PathMap cache; // Cache mappings from path key to path value.
97 PathMap overrides; // Track path overrides.
136 PathMap::const_iterator it = path_data->cache.find(key); in GetFromCache()
150 PathMap::const_iterator it = path_data->overrides.find(key); in GetFromOverrides()
/external/chromium_org/base/
Dpath_service.cc40 typedef base::hash_map<int, FilePath> PathMap; typedef
115 PathMap cache; // Cache mappings from path key to path value.
116 PathMap overrides; // Track path overrides.
154 PathMap::const_iterator it = path_data->cache.find(key); in LockedGetFromCache()
166 PathMap::const_iterator it = path_data->overrides.find(key); in LockedGetFromOverrides()