Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_info.cc220 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP | in Persist()
Dhttp_response_headers.h36 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2; variable
Dhttp_response_headers_unittest.cc301 { net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP, in TEST()
310 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP, in TEST()
Dhttp_response_headers.cc179 if ((options & PERSIST_SANS_HOP_BY_HOP) == PERSIST_SANS_HOP_BY_HOP) in Persist()