Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/component_updater/
Dcomponent_updater_utils.h72 bool IsHttpServerError(int status_code);
Durl_fetcher_downloader.cc67 const bool is_handled = fetch_error == 0 || IsHttpServerError(fetch_error); in OnURLFetchComplete()
Dcomponent_updater_utils.cc153 bool IsHttpServerError(int status_code) { in IsHttpServerError() function
Dbackground_downloader_win.cc538 SUCCEEDED(error) || IsHttpServerError(GetHttpStatusFromBitsError(error)); in EndDownload()
602 IsHttpServerError(GetHttpStatusFromBitsError(error_code))) { in OnStateTransientError()