Searched defs:negotiated_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_config.h67 return negotiated_;
71 bool negotiated_; member in class:net::QuicNegotiableValue
83 // ToHandshakeMessage call if |negotiated_| is false.
86 // Returns the value negotiated if |negotiated_| is true, otherwise returns
90 // Serialises |name_| and value to |out|. If |negotiated_| is true then
119 // Returns the negotiated tag if |negotiated_| is true, otherwise returns
124 // |negotiated_| is true then |negotiated_tag_| is serialised, otherwise
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.h103 negotiated_(false),
119 bool negotiated() const { return negotiated_; }
203 bool negotiated_; member in class:cricket::TransportProxy

Completed in 539 milliseconds