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

  /external/chromium_org/net/quic/
quic_config.h 61 class NET_EXPORT_PRIVATE QuicNegotiableValue : public QuicConfigValue {
63 QuicNegotiableValue(QuicTag tag, QuicConfigPresence presence);
64 virtual ~QuicNegotiableValue();
74 class NET_EXPORT_PRIVATE QuicNegotiableUint32 : public QuicNegotiableValue {
109 class NET_EXPORT_PRIVATE QuicNegotiableTag : public QuicNegotiableValue {
quic_config.cc 58 QuicNegotiableValue::QuicNegotiableValue(QuicTag tag,
63 QuicNegotiableValue::~QuicNegotiableValue() {}
67 : QuicNegotiableValue(tag, presence),
123 : QuicNegotiableValue(tag, presence),

Completed in 43 milliseconds