Searched defs:raw_headers_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_response_headers.h247 const std::string& raw_headers() const { return raw_headers_; }
254 // The members of this structure point into raw_headers_.
325 // header-value pairs within raw_headers_.
328 // The raw_headers_ consists of the normalized status line (terminated with a
334 std::string raw_headers_; member in class:net::HttpResponseHeaders
/external/chromium_org/net/http/
H A Dhttp_response_headers.h271 const std::string& raw_headers() const { return raw_headers_; }
278 // The members of this structure point into raw_headers_.
352 // header-value pairs within raw_headers_.
355 // The raw_headers_ consists of the normalized status line (terminated with a
361 std::string raw_headers_; member in class:net::HttpResponseHeaders

Completed in 41 milliseconds