Home
last modified time | relevance | path

Searched refs:FetchURL (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/attestation/
Dattestation_ca_client.cc33 FetchURL(kEnrollRequestURL, request, on_response); in SendEnrollRequest()
39 FetchURL(kCertificateRequestURL, request, on_response); in SendCertificateRequest()
76 void AttestationCAClient::FetchURL(const std::string& url, in FetchURL() function in chromeos::attestation::AttestationCAClient
Dattestation_ca_client.h41 void FetchURL(const std::string& url,
/external/chromium_org/components/dom_distiller/core/
Ddistiller_url_fetcher.h42 virtual void FetchURL(const std::string& url,
Ddistiller_url_fetcher.cc37 void DistillerURLFetcher::FetchURL(const std::string& url, in FetchURL() function in dom_distiller::DistillerURLFetcher
Ddistiller_url_fetcher_unittest.cc49 url_fetcher_->FetchURL( in Fetch()
Ddistiller.cc209 fetcher->FetchURL(item, in FetchImage()
Ddistiller_unittest.cc214 virtual void FetchURL(const string& url, in FetchURL() function in dom_distiller::TestDistillerURLFetcher
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate.h134 virtual void FetchURL(unsigned long resource_id,
Dwebplugin_delegate_impl.cc307 void WebPluginDelegateImpl::FetchURL(unsigned long resource_id, in FetchURL() function in content::WebPluginDelegateImpl
Dwebplugin_delegate_impl.h115 virtual void FetchURL(unsigned long resource_id,
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.h130 virtual void FetchURL(unsigned long resource_id,
Dwebplugin_delegate_proxy.cc1120 void WebPluginDelegateProxy::FetchURL(unsigned long resource_id, in FetchURL() function in content::WebPluginDelegateProxy
Dwebplugin_impl.cc1238 delegate_->FetchURL(resource_id, notify_id, complete_url, in HandleURLRequestInternal()
/external/chromium_org/content/plugin/
Dwebplugin_delegate_stub.cc434 delegate_->FetchURL(params.resource_id, in OnFetchURL()