Home | History | Annotate | Download | only in appcache

Lines Matching refs:cache_id

132     const GURL& entry_url, int64 cache_id) {
133 AppCache* cache = working_set_.GetCache(cache_id);
241 int64 cache_id;
247 : cache_id(kNoCacheId), group_id(0), is_cache_in_use(false) {}
290 best_candidate->cache_id = cache->cache_id();
367 found_candidate.cache_id = cache->cache_id();
394 AppCacheEntry(), found_candidate.cache_id, found_candidate.group_id,
405 found_fallback_candidate.cache_id,
461 int64 cache_id = cache->cache_id();
462 if (stored_caches_.find(cache_id) == stored_caches_.end()) {
464 StoredCacheMap::value_type(cache_id, make_scoped_refptr(cache)));
471 stored_caches_.erase(cache->cache_id());