HomeSort by relevance Sort by last modified time
    Searched refs:cache_id (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/webkit/browser/appcache/
appcache_service.cc 112 int64 cache_id, int64 group_id, const GURL& mainfest_url) OVERRIDE;
123 int64 cache_id, int64 group_id, const GURL& manifest_url) {
300 AppCacheService* service, const GURL& manifest_url, int64 cache_id,
304 cache_id_(cache_id),
360 if (cache_->cache_id() == cache_id_) {
497 int64 cache_id,
500 this, manifest_url, cache_id, response_id);
appcache.h 41 AppCache(AppCacheStorage* storage, int64 cache_id);
43 int64 cache_id() const { return cache_id_; } function in class:appcache::AppCache