Home
last modified time | relevance | path

Searched refs:protocol_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dcandidate.h47 : name_(name), protocol_(protocol), address_(address), in Candidate()
54 const std::string & protocol() const { return protocol_; } in protocol()
55 void set_protocol(const std::string & protocol) { protocol_ = protocol; } in set_protocol()
107 (protocol_ == c.protocol_) && in IsEquivalent()
117 ost << "Cand[" << name_ << ":" << type_ << ":" << protocol_ << ":" in ToString()
125 std::string protocol_; variable
/external/chromium/chrome/browser/custom_handlers/
Dprotocol_handler.cc13 : protocol_(protocol), in ProtocolHandler()
46 d->Set("protocol", Value::CreateStringValue(protocol_)); in Encode()
53 return protocol_ == other.protocol_ && in operator ==()
Dprotocol_handler.h31 std::string protocol() const { return protocol_; } in protocol()
41 const std::string protocol_; variable
/external/chromium/net/websockets/
Dwebsocket_handshake_draft75.cc53 if (!protocol_.empty()) { in CreateClientHandshakeMessage()
55 msg += protocol_; in CreateClientHandshakeMessage()
137 if (!protocol_.empty() in ProcessHeaders()
149 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
Dwebsocket_handshake.cc33 protocol_(protocol), in WebSocketHandshake()
66 if (!protocol_.empty()) in CreateClientHandshakeMessage()
67 fields.push_back("Sec-WebSocket-Protocol: " + protocol_); in CreateClientHandshakeMessage()
192 if (!protocol_.empty() in ProcessHeaders()
204 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
Dwebsocket.h79 protocol_(protocol), in Request()
89 const std::string& protocol() const { return protocol_; } in protocol()
112 std::string protocol_; variable
Dwebsocket_handshake.h63 std::string protocol_; variable
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppclientsettings.h77 : protocol_(cricket::PROTO_TCP), in XmppClientSettings()
86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; } in set_protocol()
95 cricket::ProtocolType protocol() const { return protocol_; } in protocol()
105 cricket::ProtocolType protocol_; variable