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

/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/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/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 485 milliseconds