Searched defs:CreateHttpClient (Results 1 – 3 of 3) sorted by relevance
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
118 HttpClient* HTTPDownload::CreateHttpClient(const wchar_t* url) { in CreateHttpClient() function in crash::HTTPDownload