Home
last modified time | relevance | path

Searched refs:appcache_service (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/content/browser/appcache/
Dchrome_appcache_service_unittest.cc77 void InsertDataIntoAppCache(ChromeAppCacheService* appcache_service);
97 scoped_refptr<ChromeAppCacheService> appcache_service = in CreateAppCacheServiceImpl() local
111 appcache_service.get(), in CreateAppCacheServiceImpl()
121 appcache_service->storage()); in CreateAppCacheServiceImpl()
126 return appcache_service; in CreateAppCacheServiceImpl()
130 ChromeAppCacheService* appcache_service) { in InsertDataIntoAppCache() argument
132 appcache_helper.AddGroupAndCache(appcache_service, kNormalManifestURL); in InsertDataIntoAppCache()
133 appcache_helper.AddGroupAndCache(appcache_service, kProtectedManifestURL); in InsertDataIntoAppCache()
134 appcache_helper.AddGroupAndCache(appcache_service, kSessionOnlyManifestURL); in InsertDataIntoAppCache()
138 appcache_helper.GetOriginsWithCaches(appcache_service, &origins); in InsertDataIntoAppCache()
[all …]
Dappcache_dispatcher_host.cc16 ChromeAppCacheService* appcache_service, in AppCacheDispatcherHost() argument
19 appcache_service_(appcache_service), in AppCacheDispatcherHost()
Dappcache_dispatcher_host.h26 AppCacheDispatcherHost(ChromeAppCacheService* appcache_service,
/external/chromium_org/content/test/
Dappcache_test_helper.cc36 appcache_service, const GURL& manifest_url) { in AddGroupAndCache()
38 new AppCacheGroup(appcache_service->storage(), in AddGroupAndCache()
42 appcache_service->storage(), ++appcache_id_); in AddGroupAndCache()
48 appcache_service->storage()->StoreGroupAndNewestCache(appcache_group, in AddGroupAndCache()
56 appcache_service, std::set<GURL>* origins) { in GetOriginsWithCaches()
59 appcache_service->GetAllAppCacheInfo( in GetOriginsWithCaches()
Dappcache_test_helper.h24 void AddGroupAndCache(AppCacheServiceImpl* appcache_service,
27 void GetOriginsWithCaches(AppCacheServiceImpl* appcache_service,
/external/chromium_org/content/browser/shared_worker/
Dworker_storage_partition.cc22 ChromeAppCacheService* appcache_service, in WorkerStoragePartition() argument
30 appcache_service_(appcache_service), in WorkerStoragePartition()
80 appcache_service_(partition.appcache_service()), in WorkerStoragePartitionId()
Dworker_storage_partition.h49 ChromeAppCacheService* appcache_service,
73 ChromeAppCacheService* appcache_service() const { in appcache_service() function
/external/chromium_org/chrome/browser/renderer_host/
Doffline_resource_throttle.cc62 content::AppCacheService* appcache_service) in OfflineResourceThrottle() argument
64 appcache_service_(appcache_service) { in OfflineResourceThrottle()
65 DCHECK(appcache_service); in OfflineResourceThrottle()
Dchrome_resource_dispatcher_host_delegate_browsertest.cc65 content::AppCacheService* appcache_service, in RequestBeginning() argument
71 appcache_service, in RequestBeginning()
Doffline_resource_throttle.h29 content::AppCacheService* appcache_service);
Dchrome_resource_dispatcher_host_delegate.h49 content::AppCacheService* appcache_service,
/external/chromium_org/content/browser/loader/
Dresource_message_filter.cc20 ChromeAppCacheService* appcache_service, in ResourceMessageFilter() argument
28 appcache_service_(appcache_service), in ResourceMessageFilter()
Dresource_message_filter.h47 ChromeAppCacheService* appcache_service,
64 ChromeAppCacheService* appcache_service() const { in appcache_service() function
/external/chromium_org/content/browser/
Dtransition_browsertest.cc52 AppCacheService* appcache_service, in RequestBeginning() argument
58 appcache_service, in RequestBeginning()
Dbrowser_context.cc73 AppCacheServiceImpl* appcache_service) { in SaveSessionStateOnIOThread() argument
79 appcache_service->set_force_keep_session_state(); in SaveSessionStateOnIOThread()
Dstorage_partition_impl.cc358 ChromeAppCacheService* appcache_service, in StoragePartitionImpl() argument
368 appcache_service_(appcache_service), in StoragePartitionImpl()
457 scoped_refptr<ChromeAppCacheService> appcache_service = in Create() local
468 appcache_service.get(), in Create()
Dcross_site_transfer_browsertest.cc39 AppCacheService* appcache_service, in RequestBeginning() argument
44 request, resource_context, appcache_service, resource_type, throttles); in RequestBeginning()
Dstorage_partition_impl.h113 ChromeAppCacheService* appcache_service,
/external/chromium_org/chrome/test/nacl/
Dpnacl_header_test.h37 content::AppCacheService* appcache_service,
Dpnacl_header_test.cc30 content::AppCacheService* appcache_service, in RequestBeginning() argument
/external/chromium_org/content/browser/webui/
Durl_data_manager_backend.cc429 AppCacheServiceImpl* appcache_service, in ChromeProtocolHandler() argument
433 appcache_service_(appcache_service), in ChromeProtocolHandler()
519 AppCacheServiceImpl* appcache_service, in CreateProtocolHandler() argument
523 resource_context, is_incognito, appcache_service, blob_storage_context); in CreateProtocolHandler()
Durl_data_manager_backend.h49 AppCacheServiceImpl* appcache_service,
/external/chromium_org/content/public/browser/
Dresource_dispatcher_host_delegate.cc22 AppCacheService* appcache_service, in RequestBeginning() argument
Dresource_dispatcher_host_delegate.h51 AppCacheService* appcache_service,
/external/chromium_org/android_webview/browser/renderer_host/
Daw_resource_dispatcher_host_delegate.h35 content::AppCacheService* appcache_service,

12