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