/external/chromium_org/content/browser/appcache/ |
D | appcache_dispatcher_host.cc | 19 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 …]
|
D | view_appcache_internals_job.cc | 330 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()
|
D | appcache_dispatcher_host.h | 63 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
|
/external/chromium_org/content/browser/worker_host/ |
D | worker_storage_partition.cc | 30 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()
|
D | worker_storage_partition.h | 74 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/ |
D | browsing_data_appcache_helper.cc | 23 appcache_service_(BrowserContext::GetDefaultStoragePartition(profile)-> in BrowsingDataAppCacheHelper() 44 appcache_service_->GetAllAppCacheInfo(info_collection_.get(), in StartFetching() 58 appcache_service_->DeleteAppCacheGroup(manifest_url, in DeleteAppCacheGroup()
|
D | browsing_data_appcache_helper.h | 48 appcache::AppCacheService* appcache_service_; variable
|
/external/chromium_org/content/browser/loader/ |
D | resource_message_filter.h | 67 return appcache_service_.get(); in appcache_service() 97 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
|
D | resource_message_filter.cc | 28 appcache_service_(appcache_service), in ResourceMessageFilter()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | offline_resource_throttle.cc | 65 appcache_service_(appcache_service) { in OfflineResourceThrottle() 99 appcache_service_->CanHandleMainResourceOffline( in WillStartRequest()
|
D | offline_resource_throttle.h | 52 appcache::AppCacheService* appcache_service_; variable
|
/external/chromium_org/content/browser/webui/ |
D | url_data_manager_backend.cc | 435 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/ |
D | storage_partition_impl.h | 151 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
|
D | storage_partition_impl.cc | 333 appcache_service_(appcache_service), in StoragePartitionImpl() 461 return appcache_service_.get(); in GetAppCacheService()
|