Home
last modified time | relevance | path

Searched refs:has_headers (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_response_headers.cc335 bool has_headers = (line_end != raw_input.end() && in Parse() local
338 ParseStatusLine(line_begin, line_end, has_headers); in Parse()
585 bool has_headers) { in ParseStatusLine() argument
590 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) { in ParseStatusLine()
Dhttp_response_headers.h280 bool has_headers);