Searched refs:appcache_service (Results 1 – 8 of 8) sorted by relevance
140 params->appcache_service = profile->GetAppCacheService(); in InitializeProfileParams()177 params->appcache_service = profile->GetAppCacheService(); in InitializeProfileParams()285 profile_params_->appcache_service->set_request_context(main_request_context_); in LazyInitialize()310 appcache_service_ = profile_params_->appcache_service; in LazyInitialize()340 context->set_appcache_service(profile_params_->appcache_service); in ApplyProfileParamsToContext()
110 scoped_refptr<ChromeAppCacheService> appcache_service; member
100 return request_context ? request_context->appcache_service() in GetAppCacheService()
516 return request_context ? request_context->appcache_service() in GetAppCacheService()
112 url_request_context->appcache_service()->CanHandleMainResourceOffline( in OnWillStart()
58 ChromeAppCacheService* appcache_service() const { in appcache_service() function
376 set_appcache_service(other->appcache_service()); in CopyFrom()
12 #include "webkit/appcache/appcache_service.h"