Searched refs:PERSIST_SANS_HOP_BY_HOP (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_response_headers.h41 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2; member in class:net::HttpResponseHeaders
H A Dhttp_response_info.cc325 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP |
H A Dhttp_response_headers_unittest.cc364 { net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
373 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
H A Dhttp_response_headers.cc185 if ((options & PERSIST_SANS_HOP_BY_HOP) == PERSIST_SANS_HOP_BY_HOP)

Completed in 397 milliseconds