Home
last modified time | relevance | path

Searched refs:manifest_url_ (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_url_request_job.cc56 manifest_url_ = manifest_url; in DeliverAppCachedResponse()
127 manifest_url_, group_id_, entry_.response_id(), this); in BeginDelivery()
191 manifest_url_, group_id_, entry_.response_id())); in OnCacheLoaded()
278 manifest_url_, group_id_, entry_.response_id())); in OnResponseInfoLoaded()
291 storage_->service()->CheckAppCacheResponse(manifest_url_, cache_id_, in OnResponseInfoLoaded()
294 false, is_main_resource_, manifest_url_.GetOrigin()); in OnResponseInfoLoaded()
340 true, is_main_resource_, manifest_url_.GetOrigin()); in OnReadComplete()
343 storage_->service()->CheckAppCacheResponse(manifest_url_, cache_id_, in OnReadComplete()
348 false, is_main_resource_, manifest_url_.GetOrigin()); in OnReadComplete()
Dappcache_update_job.cc144 request_->set_first_party_for_cookies(job_->manifest_url_); in Start()
193 url_.GetOrigin() != job_->manifest_url_.GetOrigin()) { in OnResponseStarted()
368 manifest_url_(group->manifest_url()), in AppCacheUpdateJob()
406 DCHECK(new_master_resource.GetOrigin() == manifest_url_.GetOrigin()); in StartUpdate()
462 storage_->CreateResponseWriter(manifest_url_, in CreateResponseWriter()
489 manifest_url_, in FetchManifest()
497 group_->newest_complete_cache()->GetEntry(manifest_url_) : NULL; in FetchManifest()
500 storage_->LoadResponseInfo(manifest_url_, group_->group_id(), in FetchManifest()
549 kFormatString, manifest_url_, fetcher->result(), response_code); in HandleManifestFetchCompleted()
552 manifest_url_, in HandleManifestFetchCompleted()
[all …]
Dappcache_service_impl.cc137 : AsyncHelper(service, callback), manifest_url_(manifest_url) { in DeleteHelper()
141 service_->storage()->LoadOrCreateGroup(manifest_url_, this); in Start()
152 GURL manifest_url_; member in content::AppCacheServiceImpl::DeleteHelper
310 manifest_url_(manifest_url), in CheckResponseHelper()
320 service_->storage()->LoadOrCreateGroup(manifest_url_, this); in Start()
337 GURL manifest_url_; member in content::AppCacheServiceImpl::CheckResponseHelper
355 DCHECK_EQ(manifest_url_, manifest_url); in OnGroupLoaded()
370 service_->DeleteAppCacheGroup(manifest_url_, net::CompletionCallback()); in OnGroupLoaded()
382 manifest_url_, group->group_id(), response_id_)); in OnGroupLoaded()
394 service_->DeleteAppCacheGroup(manifest_url_, net::CompletionCallback()); in OnReadInfoComplete()
[all …]
Dview_appcache_internals_job.cc438 manifest_url_(manifest_url), in RemoveAppCacheJob()
446 manifest_url_,base::Bind(&RemoveAppCacheJob::OnDeleteAppCacheComplete, in Start()
457 GURL manifest_url_; member in content::__anon60b3110f0111::RemoveAppCacheJob
472 manifest_url_(manifest_url) {} in ViewAppCacheJob()
476 appcache_storage_->LoadOrCreateGroup(manifest_url_, this); in Start()
494 manifest_url_, in GetData()
511 DCHECK_EQ(manifest_url_, manifest_url); in OnGroupLoaded()
527 GURL manifest_url_; member in content::__anon60b3110f0111::ViewAppCacheJob
545 manifest_url_(manifest_url), entry_url_(entry_url), in ViewEntryJob()
552 manifest_url_, group_id_, response_id_, this); in Start()
[all …]
Dappcache_storage.cc48 manifest_url_(manifest_url), in ResponseInfoLoadTask()
63 storage_->CreateResponseReader(manifest_url_, group_id_, response_id_)); in StartIfNeeded()
73 info = new AppCacheResponseInfo(storage_, manifest_url_, in OnReadComplete()
Dappcache_group.cc42 manifest_url_(manifest_url), in AppCacheGroup()
67 storage_->DeleteResponses(manifest_url_, newly_deletable_response_ids_); in ~AppCacheGroup()
131 storage_->DeleteResponses(manifest_url_, newly_deletable_response_ids_); in RemoveCache()
140 storage_->DeleteResponses(manifest_url_, *response_ids); in AddNewlyDeletableResponseIds()
Dappcache_url_request_job.h68 const GURL& manifest_url() const { return manifest_url_; } in manifest_url()
158 GURL manifest_url_; variable
Dappcache_group.h62 const GURL& manifest_url() const { return manifest_url_; } in manifest_url()
131 const GURL manifest_url_; variable
Dappcache_storage_impl.cc541 : StoreOrLoadTask(storage), manifest_url_(manifest_url), in GroupLoadTask()
552 GURL manifest_url_; member in content::AppCacheStorageImpl::GroupLoadTask
558 database_->FindGroupForManifestUrl(manifest_url_, &group_record_) && in Run()
568 storage_->pending_group_loads_.erase(manifest_url_); in RunCompleted()
573 DCHECK(group_record_.manifest_url == manifest_url_); in RunCompleted()
576 group = storage_->working_set_.GetGroup(manifest_url_); in RunCompleted()
579 new AppCacheGroup(storage_, manifest_url_, storage_->NewGroupId()); in RunCompleted()
583 FOR_EACH_DELEGATE(delegates_, OnGroupLoaded(group.get(), manifest_url_)); in RunCompleted()
930 GURL manifest_url_; member in content::AppCacheStorageImpl::FindMainResponseTask
961 DCHECK(cache_id_ != kAppCacheNoCacheId && !manifest_url_.is_empty() && in Run()
[all …]
Dappcache_response.h38 const GURL& manifest_url() const { return manifest_url_; } in manifest_url()
49 const GURL manifest_url_; variable
Dappcache_storage.h248 const GURL& manifest_url() const { return manifest_url_; } in manifest_url()
261 GURL manifest_url_; variable
Dappcache_update_job.h269 const GURL manifest_url_; // here for easier access variable
Dappcache_response.cc54 : manifest_url_(manifest_url), response_id_(response_id), in AppCacheResponseInfo()
/external/chromium_org/components/nacl/browser/
Dnacl_process_host.cc251 : manifest_url_(manifest_url), in NaClProcessHost()
279 process_->SetName(net::FormatUrl(manifest_url_, std::string())); in NaClProcessHost()
414 nacl_host_message_filter->profile_directory(), manifest_url_); in Launch()
826 NaClBrowser::GetDelegate()->URLMatchesDebugPatterns(manifest_url_); in StartNaClExecution()
Dnacl_process_host.h193 GURL manifest_url_; variable