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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 160 bool HttpHeaderIsEndToEnd(HttpHeader header);
httpclient.cc 219 if (FromString(header, it->first) && !HttpHeaderIsEndToEnd(header))
httpcommon.cc 187 bool HttpHeaderIsEndToEnd(HttpHeader header) {
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 143 bool HttpHeaderIsEndToEnd(HttpHeader header);
httpclient.cc 202 if (FromString(header, it->first) && !HttpHeaderIsEndToEnd(header))
httpcommon.cc 170 bool HttpHeaderIsEndToEnd(HttpHeader header) {

Completed in 492 milliseconds