Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_version.h23 uint16 major_value() const { in major_value() function
Dhttp_response_headers.cc602 DVLOG(1) << "assuming HTTP/" << http_version_.major_value() << "." in ParseStatusLine()