HomeSort by relevance Sort by last modified time
    Searched refs:appcache_service (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/content/test/
appcache_test_helper.cc 36 appcache_service, const GURL& manifest_url) {
38 new AppCacheGroup(appcache_service->storage(),
42 appcache_service->storage(), ++appcache_id_);
48 appcache_service->storage()->StoreGroupAndNewestCache(appcache_group,
56 appcache_service, std::set<GURL>* origins) {
59 appcache_service->GetAllAppCacheInfo(
appcache_test_helper.h 24 void AddGroupAndCache(AppCacheServiceImpl* appcache_service,
27 void GetOriginsWithCaches(AppCacheServiceImpl* appcache_service,
  /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...]
appcache_dispatcher_host.h 26 AppCacheDispatcherHost(ChromeAppCacheService* appcache_service,
appcache_dispatcher_host.cc 16 ChromeAppCacheService* appcache_service,
19 appcache_service_(appcache_service),
  /external/chromium_org/content/browser/loader/
resource_message_filter.cc 20 ChromeAppCacheService* appcache_service,
28 appcache_service_(appcache_service),
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/chrome/browser/renderer_host/
offline_resource_throttle.h 29 content::AppCacheService* appcache_service);
offline_resource_throttle.cc 15 #include "content/public/browser/appcache_service.h"
62 content::AppCacheService* appcache_service)
64 appcache_service_(appcache_service) {
65 DCHECK(appcache_service);
chrome_resource_dispatcher_host_delegate_browsertest.cc 65 content::AppCacheService* appcache_service,
71 appcache_service,
chrome_resource_dispatcher_host_delegate.h 49 content::AppCacheService* appcache_service,
  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.cc 22 ChromeAppCacheService* appcache_service,
30 appcache_service_(appcache_service),
80 appcache_service_(partition.appcache_service()),
worker_storage_partition.h 49 ChromeAppCacheService* appcache_service,
73 ChromeAppCacheService* appcache_service() const { function in class:content::WorkerStoragePartition
  /external/chromium_org/chrome/test/nacl/
pnacl_header_test.h 37 content::AppCacheService* appcache_service,
pnacl_header_test.cc 30 content::AppCacheService* appcache_service,
  /external/chromium_org/content/browser/
transition_browsertest.cc 52 AppCacheService* appcache_service,
58 appcache_service,
browser_context.cc 73 AppCacheServiceImpl* appcache_service) {
79 appcache_service->set_force_keep_session_state();
storage_partition_impl.h 113 ChromeAppCacheService* appcache_service,
cross_site_transfer_browsertest.cc 39 AppCacheService* appcache_service,
44 request, resource_context, appcache_service, resource_type, throttles);
storage_partition_impl.cc 358 ChromeAppCacheService* appcache_service,
368 appcache_service_(appcache_service),
457 scoped_refptr<ChromeAppCacheService> appcache_service = local
468 appcache_service.get(),
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.h 49 AppCacheServiceImpl* appcache_service,
url_data_manager_backend.cc 429 AppCacheServiceImpl* appcache_service,
433 appcache_service_(appcache_service),
519 AppCacheServiceImpl* appcache_service,
523 resource_context, is_incognito, appcache_service, blob_storage_context);
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 22 AppCacheService* appcache_service,
resource_dispatcher_host_delegate.h 51 AppCacheService* appcache_service,
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.h 35 content::AppCacheService* appcache_service,

Completed in 212 milliseconds

1 2