HomeSort by relevance Sort by last modified time
    Searched refs:HttpResponseHeaders (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium/net/url_request/
url_request_throttler_header_adapter.h 16 class HttpResponseHeaders;
22 explicit URLRequestThrottlerHeaderAdapter(HttpResponseHeaders* headers);
30 const scoped_refptr<HttpResponseHeaders> response_header_;
url_request_throttler_header_adapter.cc 12 HttpResponseHeaders* headers)
url_request_test_job.h 50 // expected by HttpResponseHeaders.
125 scoped_refptr<HttpResponseHeaders> response_headers_;
  /external/chromium/net/http/
http_net_log_params.h 20 class HttpResponseHeaders;
50 const scoped_refptr<HttpResponseHeaders>& headers);
52 const HttpResponseHeaders& GetHeaders() const {
62 const scoped_refptr<HttpResponseHeaders> headers_;
http_vary_data.h 16 class HttpResponseHeaders;
45 const HttpResponseHeaders& response_headers);
64 const HttpResponseHeaders& cached_response_headers) const;
http_response_headers_unittest.cc 49 scoped_refptr<net::HttpResponseHeaders> parsed(
50 new net::HttpResponseHeaders(raw_headers));
279 scoped_refptr<net::HttpResponseHeaders> parsed(
280 new net::HttpResponseHeaders(headers));
289 net::HttpResponseHeaders::PersistOptions options;
293 { net::HttpResponseHeaders::PERSIST_ALL,
301 { net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
309 { net::HttpResponseHeaders::PERSIST_SANS_NON_CACHEABLE |
310 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP,
321 { net::HttpResponseHeaders::PERSIST_SANS_NON_CACHEABLE
    [all...]
partial_data.h 20 class HttpResponseHeaders;
75 bool UpdateFromStoredHeaders(const HttpResponseHeaders* headers,
85 bool ResponseHeadersOK(const HttpResponseHeaders* headers);
90 void FixResponseHeaders(HttpResponseHeaders* headers, bool success);
93 void FixContentLength(HttpResponseHeaders* headers);
http_response_info.h 20 class HttpResponseHeaders;
92 scoped_refptr<HttpResponseHeaders> headers;
http_response_headers.h 27 // HttpResponseHeaders: parses and holds HTTP response headers.
28 class NET_EXPORT HttpResponseHeaders
29 : public base::RefCountedThreadSafe<HttpResponseHeaders> {
50 // HttpResponseHeaders does not perform any encoding changes on the input.
52 explicit HttpResponseHeaders(const std::string& raw_headers);
57 HttpResponseHeaders(const Pickle& pickle, void** pickle_iter);
64 void Update(const HttpResponseHeaders& new_headers);
250 friend class base::RefCountedThreadSafe<HttpResponseHeaders>;
258 HttpResponseHeaders();
259 ~HttpResponseHeaders();
    [all...]
http_response_headers.cc 119 struct HttpResponseHeaders::ParsedHeader {
132 HttpResponseHeaders::HttpResponseHeaders(const std::string& raw_input)
154 HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle, void** iter)
161 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
217 void HttpResponseHeaders::Update(const HttpResponseHeaders& new_headers) {
261 void HttpResponseHeaders::MergeWithHeaders(const std::string& raw_headers,
290 void HttpResponseHeaders::RemoveHeader(const std::string& name)
    [all...]
http_auth_controller_unittest.cc 54 scoped_refptr<HttpResponseHeaders> headers(
55 new HttpResponseHeaders(headers_string));
http_response_info.cc 133 headers = new HttpResponseHeaders(pickle, &iter);
213 net::HttpResponseHeaders::PersistOptions persist_options =
214 net::HttpResponseHeaders::PERSIST_RAW;
218 net::HttpResponseHeaders::PERSIST_SANS_COOKIES |
219 net::HttpResponseHeaders::PERSIST_SANS_CHALLENGES |
220 net::HttpResponseHeaders::PERSIST_SANS_HOP_BY_HOP |
221 net::HttpResponseHeaders::PERSIST_SANS_NON_CACHEABLE |
222 net::HttpResponseHeaders::PERSIST_SANS_RANGES;
http_auth.h 23 class HttpResponseHeaders;
136 const HttpResponseHeaders* headers,
166 const HttpResponseHeaders* headers,
http_vary_data.cc 22 const HttpResponseHeaders& response_headers) {
84 const HttpResponseHeaders& cached_response_headers) const {
http_auth_controller.h 57 virtual int HandleAuthChallenge(scoped_refptr<HttpResponseHeaders> headers,
http_net_log_params.cc 38 const scoped_refptr<HttpResponseHeaders>& headers)
http_auth.cc 26 const HttpResponseHeaders* headers,
59 const HttpResponseHeaders* headers,
http_vary_data_unittest.cc 18 scoped_refptr<net::HttpResponseHeaders> response;
24 response = new net::HttpResponseHeaders(temp);
  /external/chromium/net/websockets/
websocket_handshake_draft75.h 17 class HttpResponseHeaders;
51 virtual bool ProcessHeaders(const HttpResponseHeaders& headers);
websocket_handshake.h 17 class HttpResponseHeaders;
55 static bool GetSingleHeader(const HttpResponseHeaders& headers,
108 virtual bool ProcessHeaders(const HttpResponseHeaders& headers);
websocket_handshake_draft75.cc 106 scoped_refptr<HttpResponseHeaders> headers(
107 new HttpResponseHeaders(HttpUtil::AssembleRawHeaders(data, eoh)));
128 const HttpResponseHeaders& headers) {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.h 54 net::HttpResponseHeaders* responseHeaders() const;
66 scoped_refptr<net::HttpResponseHeaders> m_responseHeaders;
  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 19 class HttpResponseHeaders;
106 scoped_refptr<net::HttpResponseHeaders> headers_;
  /external/chromium/chrome/common/net/
url_fetcher.h 29 class HttpResponseHeaders;
203 virtual net::HttpResponseHeaders* response_headers() const;
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler_unittest.cc 65 // HttpResponseHeaders expects the raw input for it's constructor
70 net::HttpResponseHeaders* CreateResponseHeaders(
80 return new net::HttpResponseHeaders(headers);

Completed in 1391 milliseconds

1 2 3