HomeSort by relevance Sort by last modified time
    Searched full:negotiated_version (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 78 QuicVersion negotiated_version,
82 negotiated_version(negotiated_version),
91 os << " negotiated_version: " << QuicVersionToString(p.negotiated_version);
98 QuicVersion negotiated_version; member in struct:net::tools::test::__anon13772::TestParams
169 negotiated_version_ = GetParam().negotiated_version;
    [all...]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 255 DWORD negotiated_version; local
263 &negotiated_version,
  /external/chromium_org/net/quic/
quic_connection.cc 344 case NEGOTIATED_VERSION:
353 version_negotiation_state_ = NEGOTIATED_VERSION;
461 if (version_negotiation_state_ != NEGOTIATED_VERSION) {
473 version_negotiation_state_ = NEGOTIATED_VERSION;
481 version_negotiation_state_ = NEGOTIATED_VERSION;
486 DCHECK_EQ(NEGOTIATED_VERSION, version_negotiation_state_);
    [all...]
quic_protocol.h 590 NEGOTIATED_VERSION
    [all...]
quic_connection_test.cc     [all...]

Completed in 249 milliseconds