Home
last modified time | relevance | path

Searched defs:CreateHttpClient (Results 1 – 3 of 3) sorted by relevance

/external/federated-compute/fcp/client/
Dsimple_task_environment.h83 virtual std::unique_ptr<fcp::client::http::HttpClient> CreateHttpClient() { in CreateHttpClient() function
Dclient_runner.h114 std::unique_ptr<fcp::client::http::HttpClient> CreateHttpClient() override { in CreateHttpClient() function
/external/google-breakpad/src/tools/windows/converter_exe/
Dhttp_download.cc118 HttpClient* HTTPDownload::CreateHttpClient(const wchar_t* url) { in CreateHttpClient() function in crash::HTTPDownload