/external/chromium_org/chrome/browser/chromeos/attestation/ |
D | attestation_ca_client.cc | 33 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
|
D | attestation_ca_client.h | 41 void FetchURL(const std::string& url,
|
/external/chromium_org/components/dom_distiller/core/ |
D | distiller_url_fetcher.h | 42 virtual void FetchURL(const std::string& url,
|
D | distiller_url_fetcher.cc | 37 void DistillerURLFetcher::FetchURL(const std::string& url, in FetchURL() function in dom_distiller::DistillerURLFetcher
|
D | distiller_url_fetcher_unittest.cc | 49 url_fetcher_->FetchURL( in Fetch()
|
D | distiller.cc | 209 fetcher->FetchURL(item, in FetchImage()
|
D | distiller_unittest.cc | 214 virtual void FetchURL(const string& url, in FetchURL() function in dom_distiller::TestDistillerURLFetcher
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate.h | 134 virtual void FetchURL(unsigned long resource_id,
|
D | webplugin_delegate_impl.cc | 307 void WebPluginDelegateImpl::FetchURL(unsigned long resource_id, in FetchURL() function in content::WebPluginDelegateImpl
|
D | webplugin_delegate_impl.h | 115 virtual void FetchURL(unsigned long resource_id,
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_delegate_proxy.h | 130 virtual void FetchURL(unsigned long resource_id,
|
D | webplugin_delegate_proxy.cc | 1120 void WebPluginDelegateProxy::FetchURL(unsigned long resource_id, in FetchURL() function in content::WebPluginDelegateProxy
|
D | webplugin_impl.cc | 1238 delegate_->FetchURL(resource_id, notify_id, complete_url, in HandleURLRequestInternal()
|
/external/chromium_org/content/plugin/ |
D | webplugin_delegate_stub.cc | 434 delegate_->FetchURL(params.resource_id, in OnFetchURL()
|