Searched refs:httpVersion (Results 1 – 8 of 8) sorted by relevance
108 << (response.httpVersion() == WebURLResponse::HTTP_0_9 ? "0.9" : in didReceiveResponse()109 response.httpVersion() == WebURLResponse::HTTP_1_0 ? "1.0" : in didReceiveResponse()110 response.httpVersion() == WebURLResponse::HTTP_1_1 ? "1.1" : in didReceiveResponse()
549 … data, size_t length, String& failureReason, String& method, String& url, HTTPVersion& httpVersion) in parseHTTPRequestLine() argument553 httpVersion = Unknown; in parseHTTPRequestLine()599 httpVersion = Unknown; in parseHTTPRequestLine()601 httpVersion = HTTP_1_0; in parseHTTPRequestLine()603 httpVersion = HTTP_1_1; in parseHTTPRequestLine()605 httpVersion = Unknown; in parseHTTPRequestLine()
131 HTTPVersion httpVersion() const { return m_httpVersion; } in httpVersion() function
78 httpVersion: this._request.requestHttpVersion(), property99 httpVersion: this._request.responseHttpVersion,
30 const int version = response.httpVersion(); in GetReasonsForUncacheability()
358 << (response.httpVersion() == WebURLResponse::HTTP_0_9 ? "0.9" : in didReceiveResponse()359 response.httpVersion() == WebURLResponse::HTTP_1_0 ? "1.0" : in didReceiveResponse()360 response.httpVersion() == WebURLResponse::HTTP_1_1 ? "1.1" : in didReceiveResponse()
214 WebURLResponse::HTTPVersion WebURLResponse::httpVersion() const in httpVersion() function in blink::WebURLResponse216 return static_cast<HTTPVersion>(m_private->m_resourceResponse->httpVersion()); in httpVersion()
112 BLINK_PLATFORM_EXPORT HTTPVersion httpVersion() const;