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.cc145 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP | in Persist()
Dhttp_response_headers.h53 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2; variable
Dhttp_response_headers_unittest.cc305 { net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP, in TEST()
314 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP, in TEST()
Dhttp_response_headers.cc121 if ((options & PERSIST_SANS_HOP_BY_HOP) == PERSIST_SANS_HOP_BY_HOP) in Persist()