/external/chromium/chrome/browser/custom_handlers/ |
protocol_handler.cc | 13 : protocol_(protocol), 46 d->Set("protocol", Value::CreateStringValue(protocol_)); 53 return protocol_ == other.protocol_ &&
|
protocol_handler.h | 31 std::string protocol() const { return protocol_; } 41 const std::string protocol_; member in class:ProtocolHandler
|
/external/chromium/net/websockets/ |
websocket_handshake_draft75.cc | 53 if (!protocol_.empty()) { 55 msg += protocol_; 135 // If |protocol_| is not specified by client, we don't care if there's 137 if (!protocol_.empty() 149 if (!protocol_.empty() && protocol_ != ws_protocol_)
|
websocket_handshake.cc | 33 protocol_(protocol), 66 if (!protocol_.empty()) 67 fields.push_back("Sec-WebSocket-Protocol: " + protocol_); 190 // If |protocol_| is not specified by client, we don't care if there's 192 if (!protocol_.empty() 204 if (!protocol_.empty() && protocol_ != ws_protocol_)
|
websocket_handshake_draft75.h | 54 // against |origin_|, |location_| and |protocol_|.
|
websocket.h | 79 protocol_(protocol), 89 const std::string& protocol() const { return protocol_; } 112 std::string protocol_; member in class:net::WebSocket::Request
|
websocket_handshake.h | 63 std::string protocol_; member in class:net::WebSocketHandshake
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
candidate.h | 47 : name_(name), protocol_(protocol), address_(address), 54 const std::string & protocol() const { return protocol_; } 55 void set_protocol(const std::string & protocol) { protocol_ = protocol; } 107 (protocol_ == c.protocol_) && 117 ost << "Cand[" << name_ << ":" << type_ << ":" << protocol_ << ":" 125 std::string protocol_; member in class:cricket::Candidate
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppclientsettings.h | 77 : protocol_(cricket::PROTO_TCP), 86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; } 95 cricket::ProtocolType protocol() const { return protocol_; } 105 cricket::ProtocolType protocol_; member in class:buzz::XmppClientSettings
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/ |
gdbint.info | [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/ |
gdbint.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/ |
gdbint.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/ |
gdbint.info | [all...] |