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

  /external/chromium_org/net/quic/
quic_config.cc 19 negotiated_(false) {
35 if (negotiated_) {
43 if (negotiated_) {
77 DCHECK(!negotiated_);
85 negotiated_ = true;
94 DCHECK(!negotiated_);
108 negotiated_ = true;
130 if (negotiated_) {
137 if (negotiated_) {
175 DCHECK(!negotiated_);
    [all...]
quic_config.h 32 return negotiated_;
38 bool negotiated_; member in class:net::QuicNegotiableValue
49 // ToHandshakeMessage call if |negotiated_| is false.
52 // Returns the value negotiated if |negotiated_| is true, otherwise returns
56 // Serialises |name_| and value to |out|. If |negotiated_| is true then
97 // Returns the negotiated tag if |negotiated_| is true, otherwise returns
102 // |negotiated_| is true then |negotiated_tag_| is serialised, otherwise
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 103 negotiated_(false),
117 bool negotiated() const { return negotiated_; }
192 bool negotiated_; member in class:cricket::TransportProxy
session.cc 89 if (negotiated_) {
109 if (!negotiated_) {
121 if (!negotiated_) {
137 if (!negotiated_) {
142 negotiated_ = true;
    [all...]

Completed in 25 milliseconds