Home
last modified time | relevance | path

Searched defs:IsNonCoalescingHeader (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_util.h91 static bool IsNonCoalescingHeader(const std::string& name) { in IsNonCoalescingHeader() function
Dhttp_util.cc368 bool HttpUtil::IsNonCoalescingHeader(std::string::const_iterator name_begin, in IsNonCoalescingHeader() function in net::HttpUtil