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

  /external/chromium_org/net/quic/
quic_config.h 57 // |negotiated_value_| is serialised, otherwise |max_value_| is serialised.
60 // Sets |negotiated_value_| to the minimum of |max_value_| and the
62 // missing and PRESENCE_OPTIONAL then |negotiated_value_| is set to
67 // Sets the |negotiated_value_| to the corresponding value from
70 // PRESENCE_OPTIONAL then |negotiated_value_| is set to |0|,
84 uint32 negotiated_value_; member in class:net::QuicNegotiableUint32
112 // Sets the value for |name_| tag in |server_hello| as |negotiated_value_|.
quic_config.cc 36 return negotiated_value_;
44 out->SetValue(tag_, negotiated_value_);
86 negotiated_value_ = std::min(value, max_value_);
109 negotiated_value_ = value;

Completed in 437 milliseconds