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

  /external/chromium_org/content/browser/worker_host/
worker_storage_partition.cc 30 appcache_service_(appcache_service),
54 appcache_service_.get() == other.appcache_service_.get() &&
68 appcache_service_ = other.appcache_service_;
80 appcache_service_(partition.appcache_service()),
95 appcache_service_ == other.appcache_service_ &&
worker_storage_partition.h 74 return appcache_service_.get();
102 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::WorkerStoragePartition
124 ChromeAppCacheService* appcache_service_; member in class:content::WorkerStoragePartitionId
  /external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.cc 19 appcache_service_(appcache_service),
25 if (appcache_service_.get()) {
27 appcache_service_.get(), &frontend_proxy_, process_id_);
71 if (appcache_service_.get()) {
79 if (appcache_service_.get()) {
88 if (appcache_service_.get()) {
98 if (appcache_service_.get()) {
112 if (appcache_service_.get()) {
124 if (appcache_service_.get()) {
135 if (appcache_service_.get())
    [all...]
appcache_dispatcher_host.h 63 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::AppCacheDispatcherHost
view_appcache_internals_job.cc 330 appcache_service_(service),
332 appcache_service_->AddObserver(this);
336 appcache_service_->RemoveObserver(this);
345 AppCacheServiceImpl* appcache_service_; member in class:content::__anon11354::BaseInternalsJob
363 appcache_service_->GetAllAppCacheInfo(
395 EmitAppCacheInfoVector(base_url, appcache_service_, appcaches, out);
457 appcache_service_->DeleteAppCacheGroup(
504 EmitAppCacheInfo(base_url, appcache_service_, &appcache_info_, out);
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.h 52 appcache::AppCacheService* appcache_service_; member in class:OfflineResourceThrottle
offline_resource_throttle.cc 65 appcache_service_(appcache_service) {
99 appcache_service_->CanHandleMainResourceOffline(
  /external/chromium_org/content/browser/loader/
resource_message_filter.h 67 return appcache_service_.get();
97 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::ResourceMessageFilter
resource_message_filter.cc 28 appcache_service_(appcache_service),
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.cc 23 appcache_service_(BrowserContext::GetDefaultStoragePartition(profile)->
44 appcache_service_->GetAllAppCacheInfo(info_collection_.get(),
58 appcache_service_->DeleteAppCacheGroup(manifest_url,
browsing_data_appcache_helper.h 48 appcache::AppCacheService* appcache_service_; member in class:BrowsingDataAppCacheHelper
  /external/chromium_org/content/browser/
storage_partition_impl.h 151 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::StoragePartitionImpl
storage_partition_impl.cc 333 appcache_service_(appcache_service),
461 return appcache_service_.get();
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 435 appcache_service_(appcache_service),
453 request, network_delegate, appcache_service_);
492 AppCacheServiceImpl* appcache_service_; member in class:content::__anon11760::ChromeProtocolHandler

Completed in 161 milliseconds