Searched defs:appcache_service_ (Results 1 - 5 of 5) 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
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h220 mutable scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ProfileIOData
H A Dprofile_impl.h291 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:ProfileImpl
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
/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 1047 milliseconds