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

  /external/chromium_org/net/http/
http_util.h 96 static bool IsNonCoalescingHeader(std::string::const_iterator name_begin,
98 static bool IsNonCoalescingHeader(const std::string& name) {
99 return IsNonCoalescingHeader(name.begin(), name.end());
270 // non-coalescing (see IsNonCoalescingHeader).
http_util.cc 381 bool HttpUtil::IsNonCoalescingHeader(std::string::const_iterator name_begin,
http_response_headers.cc 508 DCHECK(!HttpUtil::IsNonCoalescingHeader(name));
788 HttpUtil::IsNonCoalescingHeader(name_begin, name_end)) {
    [all...]

Completed in 276 milliseconds