Home | History | Annotate | Download | only in appcache

Lines Matching defs:cache_id

132     const GURL& entry_url, int64 cache_id) {
133 AppCache* cache = working_set_.GetCache(cache_id);
244 int64 cache_id;
250 : cache_id(kAppCacheNoCacheId), group_id(0), is_cache_in_use(false) {}
293 best_candidate->cache_id = cache->cache_id();
370 found_candidate.cache_id = cache->cache_id();
397 AppCacheEntry(), found_candidate.cache_id, found_candidate.group_id,
408 found_fallback_candidate.cache_id,
468 int64 cache_id = cache->cache_id();
469 if (stored_caches_.find(cache_id) == stored_caches_.end()) {
471 StoredCacheMap::value_type(cache_id, make_scoped_refptr(cache)));
478 stored_caches_.erase(cache->cache_id());