Home
last modified time | relevance | path

Searched refs:CreateHttpClient (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/tools/windows/converter_exe/
Dhttp_download.h57 static HttpClient* CreateHttpClient(const wchar_t*);
Dhttp_download.cc114 HttpClient* HTTPDownload::CreateHttpClient(const wchar_t* url) { in CreateHttpClient() function in crash::HTTPDownload
148 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download()