Searched refs:HttpCodeIsRedirection (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h154 inline bool HttpCodeIsRedirection(uint32 code) { return ((code / 100) == 3); } function in namespace:talk_base
H A Dhttpclient.cc428 || !HttpCodeIsRedirection(response().scode)
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h154 inline bool HttpCodeIsRedirection(uint32 code) { return ((code / 100) == 3); } function in namespace:talk_base
H A Dhttpclient.cc462 || !HttpCodeIsRedirection(response().scode)

Completed in 33 milliseconds