/external/chromium_org/content/browser/appcache/ |
D | chrome_appcache_service_unittest.cc | 77 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 …]
|
D | appcache_dispatcher_host.cc | 16 ChromeAppCacheService* appcache_service, in AppCacheDispatcherHost() argument 19 appcache_service_(appcache_service), in AppCacheDispatcherHost()
|
D | appcache_dispatcher_host.h | 26 AppCacheDispatcherHost(ChromeAppCacheService* appcache_service,
|
/external/chromium_org/content/test/ |
D | appcache_test_helper.cc | 36 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()
|
D | appcache_test_helper.h | 24 void AddGroupAndCache(AppCacheServiceImpl* appcache_service, 27 void GetOriginsWithCaches(AppCacheServiceImpl* appcache_service,
|
/external/chromium_org/content/browser/shared_worker/ |
D | worker_storage_partition.cc | 22 ChromeAppCacheService* appcache_service, in WorkerStoragePartition() argument 30 appcache_service_(appcache_service), in WorkerStoragePartition() 80 appcache_service_(partition.appcache_service()), in WorkerStoragePartitionId()
|
D | worker_storage_partition.h | 49 ChromeAppCacheService* appcache_service, 73 ChromeAppCacheService* appcache_service() const { in appcache_service() function
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | offline_resource_throttle.cc | 62 content::AppCacheService* appcache_service) in OfflineResourceThrottle() argument 64 appcache_service_(appcache_service) { in OfflineResourceThrottle() 65 DCHECK(appcache_service); in OfflineResourceThrottle()
|
D | chrome_resource_dispatcher_host_delegate_browsertest.cc | 65 content::AppCacheService* appcache_service, in RequestBeginning() argument 71 appcache_service, in RequestBeginning()
|
D | offline_resource_throttle.h | 29 content::AppCacheService* appcache_service);
|
D | chrome_resource_dispatcher_host_delegate.h | 49 content::AppCacheService* appcache_service,
|
/external/chromium_org/content/browser/loader/ |
D | resource_message_filter.cc | 20 ChromeAppCacheService* appcache_service, in ResourceMessageFilter() argument 28 appcache_service_(appcache_service), in ResourceMessageFilter()
|
D | resource_message_filter.h | 47 ChromeAppCacheService* appcache_service, 64 ChromeAppCacheService* appcache_service() const { in appcache_service() function
|
/external/chromium_org/content/browser/ |
D | transition_browsertest.cc | 52 AppCacheService* appcache_service, in RequestBeginning() argument 58 appcache_service, in RequestBeginning()
|
D | browser_context.cc | 73 AppCacheServiceImpl* appcache_service) { in SaveSessionStateOnIOThread() argument 79 appcache_service->set_force_keep_session_state(); in SaveSessionStateOnIOThread()
|
D | storage_partition_impl.cc | 358 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()
|
D | cross_site_transfer_browsertest.cc | 39 AppCacheService* appcache_service, in RequestBeginning() argument 44 request, resource_context, appcache_service, resource_type, throttles); in RequestBeginning()
|
D | storage_partition_impl.h | 113 ChromeAppCacheService* appcache_service,
|
/external/chromium_org/chrome/test/nacl/ |
D | pnacl_header_test.h | 37 content::AppCacheService* appcache_service,
|
D | pnacl_header_test.cc | 30 content::AppCacheService* appcache_service, in RequestBeginning() argument
|
/external/chromium_org/content/browser/webui/ |
D | url_data_manager_backend.cc | 429 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()
|
D | url_data_manager_backend.h | 49 AppCacheServiceImpl* appcache_service,
|
/external/chromium_org/content/public/browser/ |
D | resource_dispatcher_host_delegate.cc | 22 AppCacheService* appcache_service, in RequestBeginning() argument
|
D | resource_dispatcher_host_delegate.h | 51 AppCacheService* appcache_service,
|
/external/chromium_org/android_webview/browser/renderer_host/ |
D | aw_resource_dispatcher_host_delegate.h | 35 content::AppCacheService* appcache_service,
|