HomeSort by relevance Sort by last modified time
    Searched defs:HttpCodeIsInformational (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 152 inline bool HttpCodeIsInformational(uint32 code) { return ((code / 100) == 1); }
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 135 inline bool HttpCodeIsInformational(uint32 code) { return ((code / 100) == 1); }

Completed in 32 milliseconds