HomeSort by relevance Sort by last modified time
    Searched refs:appcache_service (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 140 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);
profile_io_data.h 110 scoped_refptr<ChromeAppCacheService> appcache_service; member in struct:ProfileIOData::ProfileParams
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.cc 100 return request_context ? request_context->appcache_service()
browsing_data_remover.cc 516 return request_context ? request_context->appcache_service()
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 58 ChromeAppCacheService* appcache_service() const { function in class:ChromeURLRequestContext
chrome_url_request_context.cc 376 set_appcache_service(other->appcache_service());
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.cc 112 url_request_context->appcache_service()->CanHandleMainResourceOffline(

Completed in 227 milliseconds