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

  /external/chromium_org/net/http/
http_response_headers.h 36 typedef int PersistOptions;
37 static const PersistOptions PERSIST_RAW = -1; // Raw, unparsed headers.
38 static const PersistOptions PERSIST_ALL = 0; // Parsed headers.
39 static const PersistOptions PERSIST_SANS_COOKIES = 1 << 0;
40 static const PersistOptions PERSIST_SANS_CHALLENGES = 1 << 1;
41 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2;
42 static const PersistOptions PERSIST_SANS_NON_CACHEABLE = 1 << 3;
43 static const PersistOptions PERSIST_SANS_RANGES = 1 << 4;
44 static const PersistOptions PERSIST_SANS_SECURITY_STATE = 1 << 5;
64 // The options argument can be a combination of PersistOptions
    [all...]
http_response_info.cc 318 net::HttpResponseHeaders::PersistOptions persist_options =
http_response_headers_unittest.cc 305 net::HttpResponseHeaders::PersistOptions options;
    [all...]
http_response_headers.cc 167 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
    [all...]

Completed in 75 milliseconds