Searched refs:Connect (Results 176 - 200 of 573) sorted by relevance

1234567891011>>

/external/chromium_org/ipc/
H A Dipc_channel.h148 // Connect the pipe. On the server side, this will initiate
150 // connect to a pre-existing pipe. Note, calling Connect()
153 virtual bool Connect() WARN_UNUSED_RESULT = 0;
H A Dipc_channel_win.h35 virtual bool Connect() OVERRIDE;
H A Dipc_test_sink.cc24 bool TestSink::Connect() { function in class:IPC::TestSink
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.h75 virtual bool Connect(const rtc::SocketAddress& address) OVERRIDE;
129 // to Connect() is complete.
H A Dfake_ssl_client_socket.h54 virtual int Connect(const net::CompletionCallback& callback) OVERRIDE;
102 // The callback passed to Connect().
/external/chromium_org/media/video/capture/win/
H A Dpin_base_win.h45 STDMETHOD(Connect)(IPin* receive_pin, const AM_MEDIA_TYPE* media_type);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.h50 Error Connect(const struct sockaddr* addr, socklen_t len);
/external/chromium_org/net/socket/
H A Dsocket_libevent.h51 int Connect(const SockaddrStorage& address,
H A Dtcp_client_socket.h30 // Adopts the given, connected socket and then acts as if Connect() had been
41 virtual int Connect(const CompletionCallback& callback) OVERRIDE;
78 // State machine used by Connect().
107 // The next state for the Connect() state machine.
/external/chromium_org/net/tools/quic/test_tools/
H A Dsimple_client.h80 virtual void Connect() = 0;
99 // Sets the IP address to bind to on future Connect()s in case Bind() is not
/external/chromium_org/ppapi/proxy/
H A Dtcp_socket_private_resource.cc38 int32_t TCPSocketPrivateResource::Connect( function in class:ppapi::proxy::TCPSocketPrivateResource
H A Dtcp_socket_private_resource.h36 virtual int32_t Connect(const char* host,
H A Dtcp_socket_resource.h35 virtual int32_t Connect(PP_Resource addr,
/external/chromium_org/ppapi/tests/
H A Dtest_broker.cc258 callback.WaitForResult(broker_interface_->Connect(0,
272 // Connect hasn't been called so this should fail.
287 callback.WaitForResult(broker_interface_->Connect(broker,
313 callback.WaitForResult(broker_interface_->Connect(broker,
328 callback.WaitForResult(broker_interface_->Connect(broker,
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.h36 // delivered after RdpClientWindow::Connect() returned success.
51 // Once RdpClientWindow::Connect() returns success the owner of the
74 bool Connect(const webrtc::DesktopSize& screen_size);
/external/chromium_org/remoting/protocol/
H A Djingle_session_manager.h52 virtual scoped_ptr<Session> Connect(
H A Dpseudotcp_channel_factory.cc77 int result = adapter->Connect(
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.h79 XmppReturnStatus Connect(const XmppClientSettings & settings,
/external/chromium_org/third_party/webrtc/base/
H A Dhttprequest.h102 void Connect(HttpClient* http);
H A Dmacasyncsocket.h39 virtual int Connect(const SocketAddress& addr);
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.h85 // Returns whether Accept() or Connect() was interrupted because the socket
119 bool Connect();
/external/lldb/include/lldb/Core/
H A DCommunication.h124 /// Connect using the current connection by passing \a url to its
138 /// @see bool Connection::Connect (const char *url);
141 Connect (const char *url, Error *error_ptr);
H A DConnectionFileDescriptor.h44 Connect (const char *s, Error *error_ptr);
/external/lldb/source/Core/
H A DConnectionSharedMemory.cpp51 ConnectionSharedMemory::Connect (const char *s, Error *error_ptr) function in class:ConnectionSharedMemory
/external/openfst/src/extensions/pdt/
H A Dpdtcompose.cc96 s::Connect(&ofst);

Completed in 3676 milliseconds

1234567891011>>