Searched refs:appcache_service (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.cc140 params->appcache_service = profile->GetAppCacheService();
177 params->appcache_service = profile->GetAppCacheService();
285 profile_params_->appcache_service->set_request_context(main_request_context_);
310 appcache_service_ = profile_params_->appcache_service;
340 context->set_appcache_service(profile_params_->appcache_service);
H A Dprofile_io_data.h110 scoped_refptr<ChromeAppCacheService> appcache_service; member in struct:ProfileIOData::ProfileParams
/external/chromium/chrome/browser/
H A Dbrowsing_data_appcache_helper.cc100 return request_context ? request_context->appcache_service()
H A Dbrowsing_data_remover.cc516 return request_context ? request_context->appcache_service()
/external/chromium/chrome/browser/net/
H A Dchrome_url_request_context.h58 ChromeAppCacheService* appcache_service() const { function in class:ChromeURLRequestContext
H A Dchrome_url_request_context.cc376 set_appcache_service(other->appcache_service());
/external/chromium/chrome/browser/renderer_host/
H A Doffline_resource_handler.cc112 url_request_context->appcache_service()->CanHandleMainResourceOffline(

Completed in 305 milliseconds