Searched refs:HttpCodeHasBody (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h158 bool HttpCodeHasBody(uint32 code);
H A Dhttpclient.cc667 if ((request().verb == HV_HEAD) || !HttpCodeHasBody(response().scode)) {
H A Dhttpcommon.cc168 bool HttpCodeHasBody(uint32 code) { function in namespace:talk_base

Completed in 102 milliseconds