Searched refs:IsNonCoalescingHeader (Results 1 – 3 of 3) sorted by relevance
96 static bool IsNonCoalescingHeader(std::string::const_iterator name_begin,98 static bool IsNonCoalescingHeader(const std::string& name) { in IsNonCoalescingHeader() function99 return IsNonCoalescingHeader(name.begin(), name.end()); in IsNonCoalescingHeader()
508 DCHECK(!HttpUtil::IsNonCoalescingHeader(name)); in GetNormalizedHeader()788 HttpUtil::IsNonCoalescingHeader(name_begin, name_end)) { in AddHeader()
381 bool HttpUtil::IsNonCoalescingHeader(std::string::const_iterator name_begin, in IsNonCoalescingHeader() function in net::HttpUtil