Searched defs:HttpCodeIsInformational (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.h135 inline bool HttpCodeIsInformational(uint32 code) { return ((code / 100) == 1); } function in namespace:rtc

Completed in 247 milliseconds