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/components/component_updater/
component_updater_utils.h
77
bool
IsHttpServerError
(int status_code);
url_fetcher_downloader.cc
67
const bool is_handled = fetch_error == 0 ||
IsHttpServerError
(fetch_error);
component_updater_utils.cc
157
bool
IsHttpServerError
(int status_code) {
background_downloader_win.cc
542
SUCCEEDED(error) ||
IsHttpServerError
(GetHttpStatusFromBitsError(error));
606
IsHttpServerError
(GetHttpStatusFromBitsError(error_code))) {
Completed in 86 milliseconds