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

  /external/chromium_org/net/quic/
quic_config.cc 81 return negotiated_value_;
89 out->SetValue(tag_, negotiated_value_);
118 negotiated_value_ = min(value, max_value_);
quic_config.h 91 // |negotiated_value_| is serialised, otherwise |max_value_| is serialised.
94 // Sets |negotiated_value_| to the minimum of |max_value_| and the
96 // missing and PRESENCE_OPTIONAL then |negotiated_value_| is set to
106 uint32 negotiated_value_; member in class:net::QuicNegotiableUint32

Completed in 55 milliseconds