IsNonCoalescingHeader  513 net/http/http_response_headers.cc   DCHECK(!HttpUtil::IsNonCoalescingHeader(name));
IsNonCoalescingHeader  767 net/http/http_response_headers.cc       HttpUtil::IsNonCoalescingHeader(name_begin, name_end)) {
IsNonCoalescingHeader   89 net/http/http_util.h   static bool IsNonCoalescingHeader(std::string::const_iterator name_begin,
IsNonCoalescingHeader   91 net/http/http_util.h   static bool IsNonCoalescingHeader(const std::string& name) {
IsNonCoalescingHeader   92 net/http/http_util.h     return IsNonCoalescingHeader(name.begin(), name.end());