HomeSort by relevance Sort by last modified time
    Searched defs:protocol (Results 301 - 325 of 856) sorted by null

<<11121314151617181920>>

  /external/chromium/net/websockets/
websocket.h 5 // WebSocket protocol implementation in chromium.
74 Request(const GURL& url, const std::string protocol,
79 protocol_(protocol),
89 const std::string& protocol() const { return protocol_; } function in class:net::WebSocket::Request
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 220 protocol, "hybrid",
221 "Initial signaling protocol to use: jingle, gingle, or hybrid.");
246 std::string protocol = FLAG_protocol; local
255 if (protocol == "jingle") {
257 } else if (protocol == "gingle") {
259 } else if (protocol == "hybrid") {
262 printf("Invalid protocol. Must be jingle, gingle, or hybrid.\n");
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 82 SessionMessage(SignalingProtocol protocol, ActionType type,
84 protocol(protocol), type(type), sid(sid), initiator(initiator),
90 SignalingProtocol protocol; member in struct:cricket::SessionMessage
208 bool ParseContentType(SignalingProtocol protocol,
215 bool ParseSessionInitiate(SignalingProtocol protocol,
221 bool WriteSessionInitiate(SignalingProtocol protocol,
228 bool ParseSessionAccept(SignalingProtocol protocol,
234 bool WriteSessionAccept(SignalingProtocol protocol,
241 bool ParseSessionTerminate(SignalingProtocol protocol,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
95 cricket::ProtocolType protocol() const { return protocol_; } function in class:buzz::XmppClientSettings
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.cc 69 std::string protocol = url.SchemeIsSecure() ? "HTTPS " : "PROXY "; local
70 return protocol + net::HostPortPair::FromURL(url).ToString() + "; ";
  /external/chromium_org/chrome/browser/
shell_integration.h 33 // Sets Chrome as the default client application for the given protocol
35 static bool SetAsDefaultProtocolClient(const std::string& protocol);
38 // Chrome as the default handler for |protocol|. Returns false if the flow
41 // a FILE thread. If Chrome is already default for |protocol|, no interactive
44 const std::string& protocol);
62 // Returns the path of the application to be launched given the protocol
87 // application for the given protocol and return the appropriate state.
89 IsDefaultProtocolClient(const std::string& protocol);
216 // application for a url protocol, and communicates the state and result of
242 // or application for a url protocol on Windows and Linux, and also settin
343 const std::string& protocol() const { return protocol_; } function in class:ShellIntegration::DefaultProtocolClientWorker
    [all...]
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 376 cricket::ProtocolType protocol; local
378 &protocol)) {
389 protocol,
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 381 GUID protocol = L2CAP_PROTOCOL_UUID; local
382 sdp_query.lpServiceClassId = &protocol;
  /external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc 44 protocol(kProtoSPDY3) {}
48 NextProto protocol)
50 protocol(protocol) {}
53 NextProto protocol; member in struct:net::__anon9148::HttpProxyClientSocketPoolTestParams
65 : session_deps_(GetParam().protocol),
90 spdy_util_(GetParam().protocol),
198 ssl_data_->SetNextProto(GetParam().protocol);
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 190 explicit SpdySessionDependencies(NextProto protocol);
193 SpdySessionDependencies(NextProto protocol, ProxyService* proxy_service);
218 NextProto protocol; member in struct:net::SpdySessionDependencies
227 explicit SpdyURLRequestContext(NextProto protocol);
293 explicit SpdyTestUtil(NextProto protocol);
513 NextProto protocol() const { return protocol_; } function in class:net::SpdyTestUtil
  /external/chromium_org/remoting/protocol/
fake_session.cc 5 #include "remoting/protocol/fake_session.h"
16 namespace protocol { namespace in namespace:remoting
390 } // namespace protocol
fake_session.h 17 #include "remoting/protocol/channel_factory.h"
18 #include "remoting/protocol/session.h"
25 namespace protocol { namespace in namespace:remoting
148 // FakeSession is a dummy protocol::Session that uses FakeSocket for all
217 } // namespace protocol
jingle_messages.cc 5 #include "remoting/protocol/jingle_messages.h"
10 #include "remoting/protocol/content_description.h"
11 #include "remoting/protocol/name_value_map.h"
18 namespace protocol { namespace in namespace:remoting
56 const std::string& protocol = local
57 element->Attr(QName(kEmptyNamespace, "protocol"));
71 port < kPortMin || port > kPortMax || type.empty() || protocol.empty() ||
82 candidate->candidate.set_protocol(protocol);
100 result->SetAttr(QName(kEmptyNamespace, "protocol"),
101 candidate.candidate.protocol());
    [all...]
jingle_messages.h 17 namespace protocol { namespace in namespace:remoting
118 } // protocol
jingle_session.cc 5 #include "remoting/protocol/jingle_session.h"
14 #include "remoting/protocol/authenticator.h"
15 #include "remoting/protocol/channel_authenticator.h"
16 #include "remoting/protocol/channel_multiplexer.h"
17 #include "remoting/protocol/content_description.h"
18 #include "remoting/protocol/jingle_messages.h"
19 #include "remoting/protocol/jingle_session_manager.h"
20 #include "remoting/protocol/session_config.h"
27 namespace protocol { namespace in namespace:remoting
355 // session-info is used for the new authentication protocol,
    [all...]
jingle_session_unittest.cc 5 #include "remoting/protocol/jingle_session.h"
18 #include "remoting/protocol/authenticator.h"
19 #include "remoting/protocol/channel_authenticator.h"
20 #include "remoting/protocol/connection_tester.h"
21 #include "remoting/protocol/fake_authenticator.h"
22 #include "remoting/protocol/jingle_session_manager.h"
23 #include "remoting/protocol/libjingle_transport_factory.h"
41 namespace protocol { namespace in namespace:remoting
190 SetArgumentPointee<1>(protocol::SessionManager::ACCEPT)));
310 .WillOnce(SetArgumentPointee<1>(protocol::SessionManager::DECLINE))
    [all...]
libjingle_transport_factory.cc 5 #include "remoting/protocol/libjingle_transport_factory.h"
19 #include "remoting/protocol/channel_authenticator.h"
27 namespace protocol { namespace in namespace:remoting
490 } // namespace protocol
pairing_registry.cc 5 #include "remoting/protocol/pairing_registry.h"
19 namespace protocol { namespace in namespace:remoting
185 const protocol::PairingRegistry::GetAllPairingsCallback& callback) {
194 const protocol::PairingRegistry::DoneCallback& callback) {
203 const protocol::PairingRegistry::GetPairingCallback& callback) {
211 const protocol::PairingRegistry::Pairing& pairing,
212 const protocol::PairingRegistry::DoneCallback& callback) {
221 const protocol::PairingRegistry::DoneCallback& callback) {
299 } // namespace protocol
protocol_mock_objects.cc 5 #include "remoting/protocol/protocol_mock_objects.h"
11 namespace protocol { namespace in namespace:remoting
74 protocol::PairingRegistry::Pairing MockPairingRegistryDelegate::Load(
80 return protocol::PairingRegistry::Pairing();
85 const protocol::PairingRegistry::Pairing& pairing) {
111 } // namespace protocol
session_config.h 15 namespace protocol { namespace in namespace:remoting
148 // Extracts final protocol configuration. Must be used for the description
184 } // namespace protocol
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp 119 void NewWebSocketChannelImpl::connect(const KURL& url, const String& protocol)
126 // Avoid placing an empty token in the Vector when the protocol string is
128 if (!protocol.isEmpty()) {
129 // Since protocol is already verified and escaped, we can simply split
131 protocol.split(", ", true, protocols);
141 InspectorInstrumentation::didCreateWebSocket(document(), m_identifier, url, protocol); local
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLTest.cpp 46 const char* protocol; member in struct:__anon10874::ComponentCase
62 const char* protocol; member in struct:__anon10874::GetterCase
83 EXPECT_EQ(cases[i].protocol, kurl.protocol());
97 EXPECT_EQ(cases[i].protocol, kurl.protocol());
114 // url protocol host port user pass path lastPath query ref
134 EXPECT_EQ(cases[i].protocol, kurl.protocol());
164 // expects gkurl.protocol() to have been created as ascii
188 const char* protocol; member in struct:__anon10874::ExpectedComponentCase
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 49 Candidate(const std::string& id, int component, const std::string& protocol,
54 : id_(id), component_(component), protocol_(protocol), address_(address),
66 const std::string & protocol() const { return protocol_; } function in class:cricket::Candidate
67 void set_protocol(const std::string & protocol) { protocol_ = protocol; }
sessionmessages.h 78 SessionMessage(SignalingProtocol protocol, ActionType type,
80 protocol(protocol), type(type), sid(sid), initiator(initiator),
86 SignalingProtocol protocol; member in struct:cricket::SessionMessage
164 bool ParseContentType(SignalingProtocol protocol,
171 bool ParseSessionInitiate(SignalingProtocol protocol,
178 bool WriteSessionInitiate(SignalingProtocol protocol,
187 bool ParseSessionAccept(SignalingProtocol protocol,
194 bool WriteSessionAccept(SignalingProtocol protocol,
203 bool ParseSessionTerminate(SignalingProtocol protocol,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 98 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
107 cricket::ProtocolType protocol() const { return protocol_; } function in class:buzz::XmppClientSettings

Completed in 856 milliseconds

<<11121314151617181920>>