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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 158 bool HttpCodeHasBody(uint32 code);
httpclient.cc 700 if ((request().verb == HV_HEAD) || !HttpCodeHasBody(response().scode)) {
httpcommon.cc 168 bool HttpCodeHasBody(uint32 code) {
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 141 bool HttpCodeHasBody(uint32 code);
httpclient.cc 683 if ((request().verb == HV_HEAD) || !HttpCodeHasBody(response().scode)) {
httpcommon.cc 151 bool HttpCodeHasBody(uint32 code) {

Completed in 102 milliseconds