Searched defs:HttpResponseHeaders (Results 1 - 2 of 2) sorted by path

/external/chromium_org/net/http/
H A Dhttp_response_headers.cc121 const char HttpResponseHeaders::kContentRange[] = "Content-Range";
123 struct HttpResponseHeaders::ParsedHeader {
136 HttpResponseHeaders::HttpResponseHeaders(const std::string& raw_input) function in class:net::HttpResponseHeaders
159 HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle, function in class:net::HttpResponseHeaders
167 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
226 void HttpResponseHeaders::Update(const HttpResponseHeaders& new_headers) {
270 void HttpResponseHeaders
617 HttpResponseHeaders::HttpResponseHeaders() : response_code_(-1) { function in class:net::HttpResponseHeaders
[all...]
H A Dhttp_response_headers.h31 // HttpResponseHeaders: parses and holds HTTP response headers.
32 class NET_EXPORT HttpResponseHeaders class in namespace:net
33 : public base::RefCountedThreadSafe<HttpResponseHeaders> {
54 // HttpResponseHeaders does not perform any encoding changes on the input.
56 explicit HttpResponseHeaders(const std::string& raw_headers);
61 HttpResponseHeaders(const Pickle& pickle, PickleIterator* pickle_iter);
68 void Update(const HttpResponseHeaders& new_headers);
277 scoped_refptr<HttpResponseHeaders>* http_response_headers);
288 friend class base::RefCountedThreadSafe<HttpResponseHeaders>;
296 HttpResponseHeaders();
[all...]

Completed in 204 milliseconds