Home
last modified time | relevance | path

Searched refs:cache_content (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/updater/
Dlocal_extension_cache.cc249 scoped_ptr<CacheMap> cache_content(new CacheMap); in BackendCheckCacheContents() local
250 BackendCheckCacheContentsInternal(cache_dir, cache_content.get()); in BackendCheckCacheContents()
256 base::Passed(&cache_content), in BackendCheckCacheContents()
263 CacheMap* cache_content) { in BackendCheckCacheContentsInternal() argument
328 CacheMap::iterator it = cache_content->find(id); in BackendCheckCacheContentsInternal()
329 if (it != cache_content->end()) { in BackendCheckCacheContentsInternal()
336 cache_content->erase(id); in BackendCheckCacheContentsInternal()
347 cache_content->insert(std::make_pair(id, CacheItemInfo( in BackendCheckCacheContentsInternal()
353 scoped_ptr<CacheMap> cache_content, in OnCacheContentsChecked() argument
355 cache_content->swap(cached_extensions_); in OnCacheContentsChecked()
Dlocal_extension_cache.h139 CacheMap* cache_content);
143 void OnCacheContentsChecked(scoped_ptr<CacheMap> cache_content,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
Dhttp_fs_node.h44 bool cache_content);
Dhttp_fs_node.cc228 bool cache_content) in HttpFsNode() argument
233 cache_content_(cache_content), in HttpFsNode()