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_org/net/http/
http_response_headers.h 41 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2;
http_response_info.cc 325 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP |
http_response_headers_unittest.cc 364 { net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
373 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
    [all...]
http_response_headers.cc 185 if ((options & PERSIST_SANS_HOP_BY_HOP) == PERSIST_SANS_HOP_BY_HOP)
    [all...]

Completed in 211 milliseconds