OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoredCacheMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/appcache/
mock_appcache_storage.h
88
typedef base::hash_map<int64, scoped_refptr<AppCache> >
StoredCacheMap
;
194
StoredCacheMap
stored_caches_;
mock_appcache_storage.cc
471
StoredCacheMap
::value_type(cache_id, make_scoped_refptr(cache)));
Completed in 153 milliseconds