Home
last modified time | relevance | path

Searched refs:appcache_service (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc140 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()
Dprofile_io_data.h110 scoped_refptr<ChromeAppCacheService> appcache_service; member
/external/chromium/chrome/browser/
Dbrowsing_data_appcache_helper.cc100 return request_context ? request_context->appcache_service() in GetAppCacheService()
Dbrowsing_data_remover.cc516 return request_context ? request_context->appcache_service() in GetAppCacheService()
/external/chromium/chrome/browser/renderer_host/
Doffline_resource_handler.cc112 url_request_context->appcache_service()->CanHandleMainResourceOffline( in OnWillStart()
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.h58 ChromeAppCacheService* appcache_service() const { in appcache_service() function
Dchrome_url_request_context.cc376 set_appcache_service(other->appcache_service()); in CopyFrom()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcookie_details.mm12 #include "webkit/appcache/appcache_service.h"