Searched refs:IsConsideredError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_throttler_entry.h111 bool IsConsideredError(int response_code);
H A Durl_request_throttler_entry.cc229 if (IsConsideredError(response->GetResponseCode())) {
251 if (!IsConsideredError(response_code)) {
271 bool URLRequestThrottlerEntry::IsConsideredError(int response_code) { function in class:net::URLRequestThrottlerEntry

Completed in 415 milliseconds