Searched refs:cache_content (Results 1 – 4 of 4) sorted by relevance
249 scoped_ptr<CacheMap> cache_content(new CacheMap); in BackendCheckCacheContents() local250 BackendCheckCacheContentsInternal(cache_dir, cache_content.get()); in BackendCheckCacheContents()256 base::Passed(&cache_content), in BackendCheckCacheContents()263 CacheMap* cache_content) { in BackendCheckCacheContentsInternal() argument328 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() argument355 cache_content->swap(cached_extensions_); in OnCacheContentsChecked()
139 CacheMap* cache_content);143 void OnCacheContentsChecked(scoped_ptr<CacheMap> cache_content,
44 bool cache_content);
228 bool cache_content) in HttpFsNode() argument233 cache_content_(cache_content), in HttpFsNode()