Home
last modified time | relevance | path

Searched refs:IsNonCoalescingHeader (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/http/
Dhttp_util.h96 static bool IsNonCoalescingHeader(std::string::const_iterator name_begin,
98 static bool IsNonCoalescingHeader(const std::string& name) { in IsNonCoalescingHeader() function
99 return IsNonCoalescingHeader(name.begin(), name.end()); in IsNonCoalescingHeader()
Dhttp_response_headers.cc508 DCHECK(!HttpUtil::IsNonCoalescingHeader(name)); in GetNormalizedHeader()
788 HttpUtil::IsNonCoalescingHeader(name_begin, name_end)) { in AddHeader()
Dhttp_util.cc381 bool HttpUtil::IsNonCoalescingHeader(std::string::const_iterator name_begin, in IsNonCoalescingHeader() function in net::HttpUtil