HomeSort by relevance Sort by last modified time
    Searched refs:appcache_service_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 59 return appcache_service_.get();
109 appcache_service_ = service;
143 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ChromeURLRequestContext
chrome_url_request_context.cc 397 if (appcache_service_.get() && appcache_service_->request_context() == this)
398 appcache_service_->set_request_context(NULL);
  /external/chromium/chrome/browser/profiles/
profile.cc 238 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
profile_io_data.h 220 mutable scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ProfileIOData
profile_io_data.cc 310 appcache_service_ = profile_params_->appcache_service;
317 resource_context_.set_appcache_service(appcache_service_);
profile_impl.cc 702 if (!appcache_service_) {
703 appcache_service_ = new ChromeAppCacheService;
707 appcache_service_.get(),
715 return appcache_service_;
    [all...]
profile_impl.h 291 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ProfileImpl
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 346 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
    [all...]

Completed in 349 milliseconds