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

  /external/chromium/net/http/
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...]
  /external/chromium_org/net/http/
http_response_headers.h 29 // HttpResponseHeaders: parses and holds HTTP response headers.
30 class NET_EXPORT HttpResponseHeaders
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...]
http_response_headers.cc 118 struct HttpResponseHeaders::ParsedHeader {
131 HttpResponseHeaders::HttpResponseHeaders(const std::string& raw_input)
154 HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle,
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::RemoveHeader(const std::string& name)
    [all...]

Completed in 7353 milliseconds