Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_response_headers.h317 bool has_headers);
Dhttp_response_headers.cc407 bool has_headers = (line_end != raw_input.end() && in Parse() local
410 ParseStatusLine(line_begin, line_end, has_headers); in Parse()
672 bool has_headers) { in ParseStatusLine() argument
677 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) { in ParseStatusLine()