HomeSort by relevance Sort by last modified time
    Searched defs:appcache_service (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/loader/
resource_message_filter.h 43 // |appcache_service|, |blob_storage_context|, |file_system_context| may be
47 ChromeAppCacheService* appcache_service,
64 ChromeAppCacheService* appcache_service() const { function in class:content::ResourceMessageFilter
  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.h 49 ChromeAppCacheService* appcache_service,
73 ChromeAppCacheService* appcache_service() const { function in class:content::WorkerStoragePartition
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service_unittest.cc 77 void InsertDataIntoAppCache(ChromeAppCacheService* appcache_service);
97 scoped_refptr<ChromeAppCacheService> appcache_service = local
111 appcache_service.get(),
121 appcache_service->storage());
126 return appcache_service;
130 ChromeAppCacheService* appcache_service) {
132 appcache_helper.AddGroupAndCache(appcache_service, kNormalManifestURL);
133 appcache_helper.AddGroupAndCache(appcache_service, kProtectedManifestURL);
134 appcache_helper.AddGroupAndCache(appcache_service, kSessionOnlyManifestURL);
138 appcache_helper.GetOriginsWithCaches(appcache_service, &origins)
152 scoped_refptr<ChromeAppCacheService> appcache_service = local
189 scoped_refptr<ChromeAppCacheService> appcache_service = local
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl.cc 358 ChromeAppCacheService* appcache_service,
368 appcache_service_(appcache_service),
457 scoped_refptr<ChromeAppCacheService> appcache_service = local
468 appcache_service.get(),

Completed in 449 milliseconds