Home
last modified time | relevance | path

Searched refs:HttpCodeIsClientError (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dhttpcommon.h138 inline bool HttpCodeIsClientError(uint32 code) { return ((code / 100) == 4); } in HttpCodeIsClientError() function
/external/chromium_org/third_party/libjingle/source/talk/base/
Dhttpcommon.h155 inline bool HttpCodeIsClientError(uint32 code) { return ((code / 100) == 4); } in HttpCodeIsClientError() function