HomeSort by relevance Sort by last modified time
    Searched refs:PERSIST_SANS_HOP_BY_HOP (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_response_headers.h 37 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2;
http_response_info.cc 220 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP |
http_response_headers_unittest.cc 301 { net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
310 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
    [all...]
http_response_headers.cc 179 if ((options & PERSIST_SANS_HOP_BY_HOP) == PERSIST_SANS_HOP_BY_HOP)
    [all...]

Completed in 144 milliseconds