Home
last modified time | relevance | path

Searched refs:appcache_service_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_dispatcher_host.cc19 appcache_service_(appcache_service), in AppCacheDispatcherHost()
25 if (appcache_service_.get()) { in OnChannelConnected()
27 appcache_service_.get(), &frontend_proxy_, process_id_); in OnChannelConnected()
71 if (appcache_service_.get()) { in OnRegisterHost()
79 if (appcache_service_.get()) { in OnUnregisterHost()
88 if (appcache_service_.get()) { in OnSetSpawningHostId()
98 if (appcache_service_.get()) { in OnSelectCache()
112 if (appcache_service_.get()) { in OnSelectCacheForWorker()
124 if (appcache_service_.get()) { in OnSelectCacheForSharedWorker()
135 if (appcache_service_.get()) { in OnMarkAsForeignEntry()
[all …]
Dview_appcache_internals_job.cc330 appcache_service_(service), in BaseInternalsJob()
332 appcache_service_->AddObserver(this); in BaseInternalsJob()
336 appcache_service_->RemoveObserver(this); in ~BaseInternalsJob()
345 AppCacheServiceImpl* appcache_service_; member in content::__anon2070141c0111::BaseInternalsJob
363 appcache_service_->GetAllAppCacheInfo( in Start()
395 EmitAppCacheInfoVector(base_url, appcache_service_, appcaches, out); in GetData()
457 appcache_service_->DeleteAppCacheGroup( in Start()
504 EmitAppCacheInfo(base_url, appcache_service_, &appcache_info_, out); in GetData()
Dappcache_dispatcher_host.h63 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
/external/chromium_org/content/browser/worker_host/
Dworker_storage_partition.cc30 appcache_service_(appcache_service), in WorkerStoragePartition()
54 appcache_service_.get() == other.appcache_service_.get() && in Equals()
68 appcache_service_ = other.appcache_service_; in Copy()
80 appcache_service_(partition.appcache_service()), in WorkerStoragePartitionId()
95 appcache_service_ == other.appcache_service_ && in Equals()
Dworker_storage_partition.h74 return appcache_service_.get(); in appcache_service()
102 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
124 ChromeAppCacheService* appcache_service_; variable
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_appcache_helper.cc23 appcache_service_(BrowserContext::GetDefaultStoragePartition(profile)-> in BrowsingDataAppCacheHelper()
44 appcache_service_->GetAllAppCacheInfo(info_collection_.get(), in StartFetching()
58 appcache_service_->DeleteAppCacheGroup(manifest_url, in DeleteAppCacheGroup()
Dbrowsing_data_appcache_helper.h48 appcache::AppCacheService* appcache_service_; variable
/external/chromium_org/content/browser/loader/
Dresource_message_filter.h67 return appcache_service_.get(); in appcache_service()
97 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
Dresource_message_filter.cc28 appcache_service_(appcache_service), in ResourceMessageFilter()
/external/chromium_org/chrome/browser/renderer_host/
Doffline_resource_throttle.cc65 appcache_service_(appcache_service) { in OfflineResourceThrottle()
99 appcache_service_->CanHandleMainResourceOffline( in WillStartRequest()
Doffline_resource_throttle.h52 appcache::AppCacheService* appcache_service_; variable
/external/chromium_org/content/browser/webui/
Durl_data_manager_backend.cc435 appcache_service_(appcache_service), in ChromeProtocolHandler()
453 request, network_delegate, appcache_service_); in MaybeCreateJob()
492 AppCacheServiceImpl* appcache_service_; member in content::__anonb85ce0b80311::ChromeProtocolHandler
/external/chromium_org/content/browser/
Dstorage_partition_impl.h151 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
Dstorage_partition_impl.cc333 appcache_service_(appcache_service), in StoragePartitionImpl()
461 return appcache_service_.get(); in GetAppCacheService()