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 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

Completed in 34 milliseconds