Searched defs:manifest_url_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.h193 GURL manifest_url_; member in class:nacl::NaClProcessHost
/external/chromium_org/content/browser/appcache/
H A Dappcache_group.h62 const GURL& manifest_url() const { return manifest_url_; }
131 const GURL manifest_url_; member in class:content::AppCacheGroup
H A Dappcache_response.h38 const GURL& manifest_url() const { return manifest_url_; }
49 const GURL manifest_url_; member in class:content::AppCacheResponseInfo
H A Dappcache_url_request_job.h68 const GURL& manifest_url() const { return manifest_url_; }
158 GURL manifest_url_; member in class:content::AppCacheURLRequestJob
H A Dappcache_storage.h248 const GURL& manifest_url() const { return manifest_url_; }
261 GURL manifest_url_; member in class:content::AppCacheStorage::ResponseInfoLoadTask
H A Dappcache_service_impl.cc137 : 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_, ne
[all...]
H A Dappcache_update_job.h269 const GURL manifest_url_; // here for easier access member in class:content::AppCacheUpdateJob
H A Dview_appcache_internals_job.cc438 manifest_url_(manifest_url),
446 manifest_url_,base::Bind(&RemoveAppCacheJob::OnDeleteAppCacheComplete,
457 GURL manifest_url_; member in class:content::__anon7016::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::__anon7016::ViewAppCacheJob
545 manifest_url_(manifest_url), entry_url_(entry_url),
552 manifest_url_, group_id
623 GURL manifest_url_; member in class:content::__anon7016::ViewEntryJob
[all...]
H A Dappcache_storage_impl.cc541 : 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_
[all...]

Completed in 121 milliseconds