OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNonCoalescingHeader
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/http/
http_util.h
83
static bool
IsNonCoalescingHeader
(std::string::const_iterator name_begin,
85
static bool
IsNonCoalescingHeader
(const std::string& name) {
86
return
IsNonCoalescingHeader
(name.begin(), name.end());
225
// non-coalescing (see
IsNonCoalescingHeader
).
http_util.cc
330
bool HttpUtil::
IsNonCoalescingHeader
(string::const_iterator name_begin,
http_response_headers.cc
422
DCHECK(!HttpUtil::
IsNonCoalescingHeader
(name));
678
HttpUtil::
IsNonCoalescingHeader
(name_begin, name_end)) {
[
all
...]
/external/chromium_org/net/http/
http_util.h
89
static bool
IsNonCoalescingHeader
(std::string::const_iterator name_begin,
91
static bool
IsNonCoalescingHeader
(const std::string& name) {
92
return
IsNonCoalescingHeader
(name.begin(), name.end());
263
// non-coalescing (see
IsNonCoalescingHeader
).
http_util.cc
382
bool HttpUtil::
IsNonCoalescingHeader
(string::const_iterator name_begin,
http_response_headers.cc
485
DCHECK(!HttpUtil::
IsNonCoalescingHeader
(name));
739
HttpUtil::
IsNonCoalescingHeader
(name_begin, name_end)) {
[
all
...]
Completed in 89 milliseconds