Searched refs:CreateHttpClient (Results 1 – 2 of 2) sorted by relevance
57 static HttpClient* CreateHttpClient(const wchar_t*);
114 HttpClient* HTTPDownload::CreateHttpClient(const wchar_t* url) { in CreateHttpClient() function in crash::HTTPDownload148 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download()