PersistOptions    172 net/http/http_response_headers.cc void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
PersistOptions     41 net/http/http_response_headers.h   static const PersistOptions PERSIST_RAW = -1;  // Raw, unparsed headers.
PersistOptions     42 net/http/http_response_headers.h   static const PersistOptions PERSIST_ALL = 0;  // Parsed headers.
PersistOptions     43 net/http/http_response_headers.h   static const PersistOptions PERSIST_SANS_COOKIES = 1 << 0;
PersistOptions     44 net/http/http_response_headers.h   static const PersistOptions PERSIST_SANS_CHALLENGES = 1 << 1;
PersistOptions     45 net/http/http_response_headers.h   static const PersistOptions PERSIST_SANS_HOP_BY_HOP = 1 << 2;
PersistOptions     46 net/http/http_response_headers.h   static const PersistOptions PERSIST_SANS_NON_CACHEABLE = 1 << 3;
PersistOptions     47 net/http/http_response_headers.h   static const PersistOptions PERSIST_SANS_RANGES = 1 << 4;
PersistOptions     48 net/http/http_response_headers.h   static const PersistOptions PERSIST_SANS_SECURITY_STATE = 1 << 5;
PersistOptions     69 net/http/http_response_headers.h   void Persist(Pickle* pickle, PersistOptions options);
PersistOptions    309 net/http/http_response_headers_unittest.cc     net::HttpResponseHeaders::PersistOptions options;
PersistOptions    316 net/http/http_response_info.cc   net::HttpResponseHeaders::PersistOptions persist_options =