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/shared_worker/
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();
100 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::WorkerStoragePartition
122 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 318 appcache_service_(service),
320 appcache_service_->AddObserver(this);
324 appcache_service_->RemoveObserver(this);
333 AppCacheServiceImpl* appcache_service_; member in class:content::__anon11641::BaseInternalsJob
351 appcache_service_->GetAllAppCacheInfo(
383 EmitAppCacheInfoVector(base_url, appcache_service_, appcaches, out);
445 appcache_service_->DeleteAppCacheGroup(
492 EmitAppCacheInfo(base_url, appcache_service_, &appcache_info_, out);
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.h 52 content::AppCacheService* appcache_service_; member in class:OfflineResourceThrottle
offline_resource_throttle.cc 64 appcache_service_(appcache_service) {
98 appcache_service_->CanHandleMainResourceOffline(
  /external/chromium_org/content/browser/loader/
resource_message_filter.h 65 return appcache_service_.get();
95 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 20 appcache_service_(BrowserContext::GetDefaultStoragePartition(
41 appcache_service_->GetAllAppCacheInfo(info_collection_.get(),
55 appcache_service_->DeleteAppCacheGroup(manifest_url,
browsing_data_appcache_helper.h 48 content::AppCacheService* appcache_service_; member in class:BrowsingDataAppCacheHelper
  /external/chromium_org/content/browser/
storage_partition_impl.h 152 scoped_refptr<ChromeAppCacheService> appcache_service_; member in class:content::StoragePartitionImpl
storage_partition_impl.cc 368 appcache_service_(appcache_service),
496 return appcache_service_.get();
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 433 appcache_service_(appcache_service),
451 request, network_delegate, appcache_service_);
490 AppCacheServiceImpl* appcache_service_; member in class:content::__anon12095::ChromeProtocolHandler

Completed in 214 milliseconds