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_info.cc 145 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP |
http_response_headers.h 53 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2;
http_response_headers_unittest.cc 305 { net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
314 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
    [all...]
http_response_headers.cc 121 if ((options & PERSIST_SANS_HOP_BY_HOP) == PERSIST_SANS_HOP_BY_HOP)
    [all...]

Completed in 48 milliseconds