Searched refs:GetHTTPResponseCode (Results 1 – 4 of 4) sorted by relevance
94 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } in GetHTTPResponseCode() function
165 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } in GetHTTPResponseCode() function
1122 http_response_code_ = download_action->GetHTTPResponseCode(); in ActionCompleted()1128 http_response_code_ = omaha_request_action->GetHTTPResponseCode(); in ActionCompleted()
1231 int code = GetHTTPResponseCode(); in TransferComplete()