Searched refs:NEGOTIATED_VERSION (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection.cc357 case NEGOTIATED_VERSION:
366 version_negotiation_state_ = NEGOTIATED_VERSION;
483 if (version_negotiation_state_ != NEGOTIATED_VERSION) {
495 version_negotiation_state_ = NEGOTIATED_VERSION;
506 version_negotiation_state_ = NEGOTIATED_VERSION;
514 DCHECK_EQ(NEGOTIATED_VERSION, version_negotiation_state_);
H A Dquic_protocol.h609 NEGOTIATED_VERSION enumerator in enum:net::QuicVersionNegotiationState

Completed in 380 milliseconds