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

  /external/chromium/net/http/
http_response_headers.h 48 typedef int PersistOptions;
49 static const PersistOptions PERSIST_RAW = -1; // Raw, unparsed headers.
50 static const PersistOptions PERSIST_ALL = 0; // Parsed headers.
51 static const PersistOptions PERSIST_SANS_COOKIES = 1 << 0;
52 static const PersistOptions PERSIST_SANS_CHALLENGES = 1 << 1;
53 static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2;
54 static const PersistOptions PERSIST_SANS_NON_CACHEABLE = 1 << 3;
55 static const PersistOptions PERSIST_SANS_RANGES = 1 << 4;
58 // The options argument can be a combination of PersistOptions.
59 void Persist(Pickle* pickle, PersistOptions options)
    [all...]
http_response_info.cc 138 net::HttpResponseHeaders::PersistOptions persist_options =
http_response_headers_unittest.cc 293 net::HttpResponseHeaders::PersistOptions options;
    [all...]
http_response_headers.cc 103 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
    [all...]

Completed in 1542 milliseconds