Searched refs:appcache_service_ (Results 1 – 8 of 8) sorted by relevance
59 return appcache_service_.get(); in appcache_service()109 appcache_service_ = service; in set_appcache_service()143 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
397 if (appcache_service_.get() && appcache_service_->request_context() == this) in ~ChromeURLRequestContext()398 appcache_service_->set_request_context(NULL); in ~ChromeURLRequestContext()
238 if (!appcache_service_) { in GetAppCacheService()239 appcache_service_ = new ChromeAppCacheService; in GetAppCacheService()243 appcache_service_.get(), in GetAppCacheService()251 return appcache_service_; in GetAppCacheService()723 scoped_refptr<ChromeAppCacheService> appcache_service_; member in OffTheRecordProfileImpl
310 appcache_service_ = profile_params_->appcache_service; in LazyInitialize()317 resource_context_.set_appcache_service(appcache_service_); in LazyInitialize()
702 if (!appcache_service_) { in GetAppCacheService()703 appcache_service_ = new ChromeAppCacheService; in GetAppCacheService()707 appcache_service_.get(), in GetAppCacheService()715 return appcache_service_; in GetAppCacheService()1334 if (appcache_service_) { in Observe()1335 appcache_service_->SetClearLocalStateOnExit( in Observe()
220 mutable scoped_refptr<ChromeAppCacheService> appcache_service_; variable
291 scoped_refptr<ChromeAppCacheService> appcache_service_; variable
346 if (!appcache_service_) { in GetAppCacheService()347 appcache_service_ = new ChromeAppCacheService; in GetAppCacheService()351 appcache_service_.get(), in GetAppCacheService()359 return appcache_service_; in GetAppCacheService()371 scoped_refptr<ChromeAppCacheService> appcache_service_; member in ExtensionTestingProfile