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

  /external/chromium/net/http/
http_util.h 73 static bool IsNonCoalescingHeader(std::string::const_iterator name_begin,
75 static bool IsNonCoalescingHeader(const std::string& name) {
76 return IsNonCoalescingHeader(name.begin(), name.end());
214 // non-coalescing (see IsNonCoalescingHeader).
http_util.cc 322 bool HttpUtil::IsNonCoalescingHeader(string::const_iterator name_begin,

Completed in 95 milliseconds