Home
last modified time | relevance | path

Searched refs:GetHttpStatusCode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dwininet_client.cc77 virtual bool GetHttpStatusCode(HttpHandle request_handle,
195 bool WinInetClient::GetHttpStatusCode(HttpHandle request_handle, in GetHttpStatusCode() function in crash::internal::WinInetClient
H A Dwinhttp_client.cc78 virtual bool GetHttpStatusCode(HttpHandle request_handle,
197 bool WinHttpClient::GetHttpStatusCode(HttpHandle request_handle, in GetHttpStatusCode() function in crash::internal::WinHttpClient
H A Dhttp_client.h81 virtual bool GetHttpStatusCode(HttpHandle request_handle,
H A Dhttp_download.cc266 if (!http_client->GetHttpStatusCode(request.get(), &http_status)) { in Download()