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 18 class NET_EXPORT_PRIVATE QuicNegotiableValue {
29 QuicNegotiableValue(QuicTag tag, Presence presence);
41 class NET_EXPORT_PRIVATE QuicNegotiableUint32 : public QuicNegotiableValue {
87 class NET_EXPORT_PRIVATE QuicNegotiableTag : public QuicNegotiableValue {
quic_config.cc 16 QuicNegotiableValue::QuicNegotiableValue(QuicTag tag, Presence presence)
23 : QuicNegotiableValue(tag, presence),
58 if (presence_ == QuicNegotiableValue::PRESENCE_REQUIRED) {
114 : QuicNegotiableValue(tag, presence),
227 congestion_control_(kCGST, QuicNegotiableValue::PRESENCE_REQUIRED),
229 kICSL, QuicNegotiableValue::PRESENCE_REQUIRED),
230 keepalive_timeout_seconds_(kKATO, QuicNegotiableValue::PRESENCE_OPTIONAL),
231 max_streams_per_connection_(kMSPC, QuicNegotiableValue::PRESENCE_REQUIRED),
234 kSWND, QuicNegotiableValue::PRESENCE_OPTIONAL)
    [all...]

Completed in 34 milliseconds