OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsHttpServerError
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
component_updater_utils.h
69
bool
IsHttpServerError
(int status_code);
url_fetcher_downloader.cc
66
const bool is_handled = fetch_error == 0 ||
IsHttpServerError
(fetch_error);
component_updater_utils.cc
131
bool
IsHttpServerError
(int status_code) {
background_downloader_win.cc
548
IsHttpServerError
(GetHttpStatusFromBitsError(error));
619
IsHttpServerError
(GetHttpStatusFromBitsError(error_code))) {
Completed in 121 milliseconds