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

  /external/chromium_org/net/quic/
quic_config.h 67 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/
session.h 103 negotiated_(false),
119 bool negotiated() const { return negotiated_; }
203 bool negotiated_; member in class:cricket::TransportProxy
    [all...]

Completed in 155 milliseconds