Searched refs:CreateHttpClient (Results 1 – 6 of 6) sorted by relevance
118 HttpClient* HTTPDownload::CreateHttpClient(const wchar_t* url) { in CreateHttpClient() function in crash::HTTPDownload152 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download()
57 static HttpClient* CreateHttpClient(const wchar_t*);
83 virtual std::unique_ptr<fcp::client::http::HttpClient> CreateHttpClient() { in CreateHttpClient() function
114 std::unique_ptr<fcp::client::http::HttpClient> CreateHttpClient() override { in CreateHttpClient() function
517 MOCK_METHOD(std::unique_ptr<fcp::client::http::HttpClient>, CreateHttpClient,
1266 ? env_deps->CreateHttpClient() in RunFederatedComputation()