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 18 negotiated_(false) {
32 if (negotiated_) {
40 if (negotiated_) {
74 DCHECK(!negotiated_);
82 negotiated_ = true;
91 DCHECK(!negotiated_);
105 negotiated_ = true;
125 if (negotiated_) {
132 if (negotiated_) {
170 DCHECK(!negotiated_);
    [all...]
quic_config.h 33 return negotiated_;
39 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 101 negotiated_(false),
115 bool negotiated() const { return negotiated_; }
181 bool negotiated_; member in class:cricket::TransportProxy
session.cc 83 if (negotiated_) {
102 if (!negotiated_) {
114 if (!negotiated_) {
130 if (!negotiated_) {
135 negotiated_ = true;
    [all...]

Completed in 1213 milliseconds