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

  /external/chromium_org/net/quic/
quic_config.h 109 class NET_EXPORT_PRIVATE QuicNegotiableTag : public QuicNegotiableValue {
111 QuicNegotiableTag(QuicTag name, QuicConfigPresence presence);
112 virtual ~QuicNegotiableTag();
375 QuicNegotiableTag congestion_feedback_;
quic_config.cc 121 QuicNegotiableTag::QuicNegotiableTag(QuicTag tag, QuicConfigPresence presence)
127 QuicNegotiableTag::~QuicNegotiableTag() {}
129 void QuicNegotiableTag::set(const QuicTagVector& possible,
136 QuicTag QuicNegotiableTag::GetTag() const {
143 void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const {
153 QuicErrorCode QuicNegotiableTag::ReadVector(
179 QuicErrorCode QuicNegotiableTag::ProcessPeerHello(

Completed in 524 milliseconds