Searched defs:HttpResponseHeaders (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_response_headers.h27 // HttpResponseHeaders: parses and holds HTTP response headers.
28 class NET_EXPORT HttpResponseHeaders class in namespace:net
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...]
H A Dhttp_response_headers.cc119 struct HttpResponseHeaders::ParsedHeader {
132 HttpResponseHeaders::HttpResponseHeaders(const std::string& raw_input) function in class:net::HttpResponseHeaders
154 HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle, void** iter) function in class:net::HttpResponseHeaders
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
530 HttpResponseHeaders::HttpResponseHeaders() : response_code_(-1) { function in class:net::HttpResponseHeaders
[all...]
/external/chromium_org/net/http/
H A Dhttp_response_headers.h29 // HttpResponseHeaders: parses and holds HTTP response headers.
30 class NET_EXPORT HttpResponseHeaders class in namespace:net
31 : 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, PickleIterator* pickle_iter);
64 void Update(const HttpResponseHeaders& new_headers);
263 scoped_refptr<HttpResponseHeaders>* http_response_headers);
274 friend class base::RefCountedThreadSafe<HttpResponseHeaders>;
282 HttpResponseHeaders();
[all...]
H A Dhttp_response_headers.cc118 struct HttpResponseHeaders::ParsedHeader {
131 HttpResponseHeaders::HttpResponseHeaders(const std::string& raw_input) function in class:net::HttpResponseHeaders
154 HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle, function in class:net::HttpResponseHeaders
162 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
221 void HttpResponseHeaders::Update(const HttpResponseHeaders& new_headers) {
265 void HttpResponseHeaders::MergeWithHeaders(const std::string& raw_headers,
294 void HttpResponseHeaders
586 HttpResponseHeaders::HttpResponseHeaders() : response_code_(-1) { function in class:net::HttpResponseHeaders
[all...]

Completed in 42 milliseconds