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

  /external/chromium_org/content/browser/appcache/
appcache_url_request_job.cc 56 manifest_url_ = manifest_url;
127 manifest_url_, group_id_, entry_.response_id(), this);
191 manifest_url_, group_id_, entry_.response_id()));
278 manifest_url_, group_id_, entry_.response_id()));
291 storage_->service()->CheckAppCacheResponse(manifest_url_, cache_id_,
294 false, is_main_resource_, manifest_url_.GetOrigin());
340 true, is_main_resource_, manifest_url_.GetOrigin());
343 storage_->service()->CheckAppCacheResponse(manifest_url_, cache_id_,
348 false, is_main_resource_, manifest_url_.GetOrigin());
appcache_storage.cc 48 manifest_url_(manifest_url),
63 storage_->CreateResponseReader(manifest_url_, group_id_, response_id_));
73 info = new AppCacheResponseInfo(storage_, manifest_url_,
view_appcache_internals_job.cc 438 manifest_url_(manifest_url),
446 manifest_url_,base::Bind(&RemoveAppCacheJob::OnDeleteAppCacheComplete,
457 GURL manifest_url_; member in class:content::__anon11641::RemoveAppCacheJob
472 manifest_url_(manifest_url) {}
476 appcache_storage_->LoadOrCreateGroup(manifest_url_, this);
494 manifest_url_,
511 DCHECK_EQ(manifest_url_, manifest_url);
527 GURL manifest_url_; member in class:content::__anon11641::ViewAppCacheJob
545 manifest_url_(manifest_url), entry_url_(entry_url),
552 manifest_url_, group_id_, response_id_, this)
623 GURL manifest_url_; member in class:content::__anon11641::ViewEntryJob
    [all...]
appcache_group.h 62 const GURL& manifest_url() const { return manifest_url_; }
131 const GURL manifest_url_; member in class:content::AppCacheGroup
appcache_url_request_job.h 68 const GURL& manifest_url() const { return manifest_url_; }
158 GURL manifest_url_; member in class:content::AppCacheURLRequestJob
appcache_service_impl.cc 137 : AsyncHelper(service, callback), manifest_url_(manifest_url) {
141 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
152 GURL manifest_url_; member in class:content::AppCacheServiceImpl::DeleteHelper
310 manifest_url_(manifest_url),
320 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
337 GURL manifest_url_; member in class:content::AppCacheServiceImpl::CheckResponseHelper
355 DCHECK_EQ(manifest_url_, manifest_url);
370 service_->DeleteAppCacheGroup(manifest_url_, net::CompletionCallback());
382 manifest_url_, group->group_id(), response_id_));
394 service_->DeleteAppCacheGroup(manifest_url_, net::CompletionCallback())
    [all...]
appcache_group.cc 42 manifest_url_(manifest_url),
67 storage_->DeleteResponses(manifest_url_, newly_deletable_response_ids_);
131 storage_->DeleteResponses(manifest_url_, newly_deletable_response_ids_);
140 storage_->DeleteResponses(manifest_url_, *response_ids);
appcache_update_job.cc 144 request_->set_first_party_for_cookies(job_->manifest_url_);
193 url_.GetOrigin() != job_->manifest_url_.GetOrigin()) {
368 manifest_url_(group->manifest_url()),
406 DCHECK(new_master_resource.GetOrigin() == manifest_url_.GetOrigin());
462 storage_->CreateResponseWriter(manifest_url_,
489 manifest_url_,
497 group_->newest_complete_cache()->GetEntry(manifest_url_) : NULL;
500 storage_->LoadResponseInfo(manifest_url_, group_->group_id(),
549 kFormatString, manifest_url_, fetcher->result(), response_code);
552 manifest_url_,
    [all...]
appcache_response.h 38 const GURL& manifest_url() const { return manifest_url_; }
49 const GURL manifest_url_; member in class:content::AppCacheResponseInfo
appcache_storage.h 248 const GURL& manifest_url() const { return manifest_url_; }
261 GURL manifest_url_; member in class:content::AppCacheStorage::ResponseInfoLoadTask
appcache_storage_impl.cc 541 : StoreOrLoadTask(storage), manifest_url_(manifest_url),
552 GURL manifest_url_; member in class:content::AppCacheStorageImpl::GroupLoadTask
558 database_->FindGroupForManifestUrl(manifest_url_, &group_record_) &&
568 storage_->pending_group_loads_.erase(manifest_url_);
573 DCHECK(group_record_.manifest_url == manifest_url_);
576 group = storage_->working_set_.GetGroup(manifest_url_);
579 new AppCacheGroup(storage_, manifest_url_, storage_->NewGroupId());
583 FOR_EACH_DELEGATE(delegates_, OnGroupLoaded(group.get(), manifest_url_));
930 GURL manifest_url_; member in class:content::AppCacheStorageImpl::FindMainResponseTask
961 DCHECK(cache_id_ != kAppCacheNoCacheId && !manifest_url_.is_empty() &
    [all...]
appcache_update_job.h 269 const GURL manifest_url_; // here for easier access member in class:content::AppCacheUpdateJob
appcache_response.cc 54 : manifest_url_(manifest_url), response_id_(response_id),
  /external/chromium_org/components/nacl/browser/
nacl_process_host.h 193 GURL manifest_url_; member in class:nacl::NaClProcessHost
nacl_process_host.cc 251 : manifest_url_(manifest_url),
279 process_->SetName(net::FormatUrl(manifest_url_, std::string()));
414 nacl_host_message_filter->profile_directory(), manifest_url_);
826 NaClBrowser::GetDelegate()->URLMatchesDebugPatterns(manifest_url_);
    [all...]

Completed in 188 milliseconds