HomeSort by relevance Sort by last modified time
    Searched refs:GetHttpVersion (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/http/
http_response_headers.h 139 HttpVersion GetHttpVersion() const {
http_response_headers_unittest.cc 67 EXPECT_TRUE(test.expected_version == parsed->GetHttpVersion());
    [all...]
http_response_headers.cc     [all...]
http_network_transaction_unittest.cc     [all...]
http_cache_transaction.cc     [all...]
  /external/chromium_org/content/child/
web_url_loader_impl.cc 795 if (headers->GetHttpVersion() == net::HttpVersion(0, 9))
797 else if (headers->GetHttpVersion() == net::HttpVersion(1, 0))
799 else if (headers->GetHttpVersion() == net::HttpVersion(1, 1))
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 582 if (headers->GetHttpVersion() == HttpVersion(0, 9)) {

Completed in 444 milliseconds