Searched refs:Connect (Results 226 - 250 of 593) sorted by relevance

1234567891011>>

/external/chromium/net/socket/
H A Dtcp_client_socket_libevent.h38 // the given socket and then acts as if Connect() had been called. This
44 virtual int Connect(CompletionCallback* callback
119 // State machine used by Connect().
134 // Returns true if a Connect() is in progress.
181 // The next state for the Connect() state machine.
/external/chromium/net/udp/
H A Dudp_socket_libevent.h28 // Connect the socket to connect with a certain |address|.
30 int Connect(const IPEndPoint& address);
H A Dudp_socket_win.h30 // Connect the socket to connect with a certain |address|.
32 int Connect(const IPEndPoint& address);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasicpacketsocketfactory.cc125 if (socket->Connect(remote_address) < 0) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos_unittest.cc126 manager_.Connect(&local_state_,
157 manager_.Connect(&local_state_,
177 manager_.Connect(&local_state_,
230 manager_.Connect(&local_state_,
/external/chromium_org/chrome/browser/devtools/adb/
H A Dandroid_usb_socket.h43 virtual int Connect(const net::CompletionCallback& callback) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dsocket.h48 virtual void Connect(const std::string& address,
H A Dtcp_socket.h32 virtual void Connect(const std::string& address,
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_external_data_manager_base.cc60 void Connect(scoped_refptr<net::URLRequestContextGetter> request_context);
112 // If Connect() was not called yet and no |updater_| exists, does nothing.
161 void CloudExternalDataManagerBase::Backend::Connect( function in class:policy::CloudExternalDataManagerBase::Backend
396 void CloudExternalDataManagerBase::Connect( function in class:policy::CloudExternalDataManagerBase
400 &Backend::Connect, base::Unretained(backend_), request_context));
H A Dcomponent_cloud_policy_service.cc63 void Connect(scoped_refptr<net::URLRequestContextGetter> request_context);
140 void ComponentCloudPolicyService::Backend::Connect( function in class:policy::ComponentCloudPolicyService::Backend
257 void ComponentCloudPolicyService::Connect( function in class:policy::ComponentCloudPolicyService
266 base::Bind(&Backend::Connect,
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc45 CHECK(channel_->Connect());
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket.h59 void Connect(const std::string& host, uint16_t port);
/external/chromium_org/content/renderer/pepper/
H A Dppb_broker_impl.cc54 int32_t PPB_Broker_Impl::Connect( function in class:content::PPB_Broker_Impl
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h46 virtual void Connect(
H A Dbluetooth_device_win.h46 virtual void Connect(
/external/chromium_org/ipc/
H A Dipc_test_base.cc57 return channel_->Connect();
/external/chromium_org/jingle/glue/
H A Dproxy_resolving_client_socket.h57 virtual int Connect(const net::CompletionCallback& callback) OVERRIDE;
100 // The callback passed to Connect().
/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection.cc69 weak_xmpp_client->Connect(xmpp_client_settings, kLanguage,
73 // buzz::XmppClient::Connect() should never fail.
/external/chromium_org/net/socket/
H A Dbuffered_write_stream_socket_unittest.cc37 socket_->Connect(callback_.callback());
H A Dsocks5_client_socket.h32 // connected by the time Connect() is called.
53 virtual int Connect(const CompletionCallback& callback) OVERRIDE;
131 // Stores the callback to the layer above, called on completing Connect().
H A Dsocks_client_socket.h31 // connected by the time Connect() is called.
50 virtual int Connect(const CompletionCallback& callback) OVERRIDE;
110 // Stores the callback to the layer above, called on completing Connect().
H A Dssl_server_socket_nss.h53 virtual int Connect(const CompletionCallback& callback) OVERRIDE;
H A Dtcp_client_socket_win.h35 // the given socket and then acts as if Connect() had been called. This
44 virtual int Connect(const CompletionCallback& callback);
87 // State machine used by Connect().
96 // Returns true if a Connect() is in progress.
101 // Called after Connect() has completed with |net_error|.
118 // Stores bound socket between Bind() and Connect() calls.
142 // The next state for the Connect() state machine.
/external/chromium_org/net/tools/quic/
H A Dquic_client.h49 // once before calling StartConnect or Connect. Returns true if the
53 // "Connect" to the QUIC server, including performing synchronous crypto
55 bool Connect();
58 // Connect(), but callers are responsible for making sure the crypto handshake
125 // This should only be set before the initial Connect()
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.h75 void Connect();

Completed in 393 milliseconds

1234567891011>>