Searched refs:appcache_service_ (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/browser/worker_host/
H A Dworker_storage_partition.cc28 appcache_service_(appcache_service),
51 appcache_service_.get() == other.appcache_service_.get() &&
64 appcache_service_ = other.appcache_service_;
H A Dworker_storage_partition.h71 return appcache_service_.get();
95 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::WorkerStoragePartition
/external/chromium_org/content/browser/appcache/
H A Dappcache_dispatcher_host.cc18 : appcache_service_(appcache_service),
24 if (appcache_service_.get()) {
26 appcache_service_.get(), &frontend_proxy_, process_id_);
71 if (appcache_service_.get()) {
79 if (appcache_service_.get()) {
88 if (appcache_service_.get()) {
98 if (appcache_service_.get()) {
112 if (appcache_service_.get()) {
124 if (appcache_service_.get()) {
135 if (appcache_service_
[all...]
H A Dappcache_dispatcher_host.h64 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::AppCacheDispatcherHost
/external/chromium_org/content/browser/loader/
H A Dresource_message_filter.h66 return appcache_service_.get();
92 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::ResourceMessageFilter
H A Dresource_message_filter.cc24 appcache_service_(appcache_service),
/external/chromium_org/chrome/browser/renderer_host/
H A Doffline_resource_throttle.h52 appcache::AppCacheService* appcache_service_; member in class:OfflineResourceThrottle
H A Doffline_resource_throttle.cc65 appcache_service_(appcache_service) {
99 appcache_service_->CanHandleMainResourceOffline(
/external/chromium/chrome/browser/net/
H A Dchrome_url_request_context.h59 return appcache_service_.get();
109 appcache_service_ = service;
143 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ChromeURLRequestContext
H A Dchrome_url_request_context.cc397 if (appcache_service_.get() && appcache_service_->request_context() == this)
398 appcache_service_->set_request_context(NULL);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper.cc23 appcache_service_(BrowserContext::GetDefaultStoragePartition(profile)->
44 appcache_service_->GetAllAppCacheInfo(info_collection_.get(),
58 appcache_service_->DeleteAppCacheGroup(manifest_url,
H A Dbrowsing_data_appcache_helper.h48 appcache::AppCacheService* appcache_service_; member in class:BrowsingDataAppCacheHelper
/external/chromium_org/webkit/browser/appcache/
H A Dview_appcache_internals_job.cc319 appcache_service_(service),
321 appcache_service_->AddObserver(this);
325 appcache_service_->RemoveObserver(this);
334 AppCacheService* appcache_service_; member in class:appcache::__anon15671::BaseInternalsJob
352 appcache_service_->GetAllAppCacheInfo(
384 EmitAppCacheInfoVector(base_url, appcache_service_, appcaches, out);
446 appcache_service_->DeleteAppCacheGroup(
493 EmitAppCacheInfo(base_url, appcache_service_, &appcache_info_, out);
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc238 if (!appcache_service_) {
239 appcache_service_ = new ChromeAppCacheService;
243 appcache_service_.get(),
251 return appcache_service_;
723 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:OffTheRecordProfileImpl
H A Dprofile_io_data.h220 mutable scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ProfileIOData
H A Dprofile_io_data.cc310 appcache_service_ = profile_params_->appcache_service;
317 resource_context_.set_appcache_service(appcache_service_);
H A Dprofile_impl.cc702 if (!appcache_service_) {
703 appcache_service_ = new ChromeAppCacheService;
707 appcache_service_.get(),
715 return appcache_service_;
1334 if (appcache_service_) {
1335 appcache_service_->SetClearLocalStateOnExit(
H A Dprofile_impl.h291 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ProfileImpl
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.h152 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::StoragePartitionImpl
H A Dstorage_partition_impl.cc333 appcache_service_(appcache_service),
461 return appcache_service_.get();
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc383 appcache_service_(appcache_service),
401 request, network_delegate, appcache_service_);
440 AppCacheService* appcache_service_; member in class:content::__anon8283::ChromeProtocolHandler
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc346 if (!appcache_service_) {
347 appcache_service_ = new ChromeAppCacheService;
351 appcache_service_.get(),
359 return appcache_service_;
371 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ExtensionTestingProfile

Completed in 1378 milliseconds