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

  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 152 inline bool HttpCodeIsInformational(uint32 code) { return ((code / 100) == 1); }
httpclient.cc 715 } else if ((mode == HM_SEND) || HttpCodeIsInformational(response().scode)) {
httpcommon.cc 169 return !HttpCodeIsInformational(code)
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 152 inline bool HttpCodeIsInformational(uint32 code) { return ((code / 100) == 1); }
httpclient.cc 748 } else if ((mode == HM_SEND) || HttpCodeIsInformational(response().scode)) {
httpcommon.cc 169 return !HttpCodeIsInformational(code)

Completed in 254 milliseconds