Searched refs:IsConnected (Results 126 - 150 of 210) sorted by relevance

123456789

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc221 if (!IsConnected()) {
236 return IsConnected() && connection_monitor_started_
247 return IsConnected() ? properties->connection_tx_power_max.value()
263 bool BluetoothDeviceChromeOS::IsConnected() const { function in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_device_chromeos.h45 virtual bool IsConnected() const OVERRIDE;
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc113 out->connected.reset(new bool(device.IsConnected()));
/external/chromium_org/extensions/browser/api/socket/
H A Dtcp_socket.h53 virtual bool IsConnected() OVERRIDE;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.h112 bool IsConnected() { return remote_addr_ != 0; } function in class:nacl_io::SocketNode
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket.h69 virtual bool IsConnected() const OVERRIDE;
H A Dhttp_proxy_client_socket_pool_unittest.cc350 EXPECT_TRUE(tunnel_socket->IsConnected());
416 EXPECT_TRUE(tunnel_socket->IsConnected());
419 EXPECT_FALSE(tunnel_socket->IsConnected());
458 EXPECT_TRUE(tunnel_socket->IsConnected());
504 EXPECT_TRUE(tunnel_socket->IsConnected());
H A Dhttp_proxy_client_socket.cc147 bool HttpProxyClientSocket::IsConnected() const { function in class:net::HttpProxyClientSocket
148 return next_state_ == STATE_DONE && transport_->socket()->IsConnected();
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.h90 virtual bool IsConnected() const OVERRIDE;
H A Dssl_server_socket_openssl.cc106 if (!IsConnected())
192 bool SSLServerSocketOpenSSL::IsConnected() const { function in class:net::SSLServerSocketOpenSSL
193 // TODO(wtc): Find out if we should check transport_socket_->IsConnected()
203 if (!IsConnected())
209 if (!IsConnected())
H A Dwebsocket_endpoint_lock_manager_unittest.cc31 virtual bool IsConnected() const OVERRIDE { return false; }
H A Dsocks_client_socket.cc113 bool SOCKSClientSocket::IsConnected() const { function in class:net::SOCKSClientSocket
114 return completed_handshake_ && transport_->socket()->IsConnected();
H A Dtcp_socket_libevent.cc238 bool TCPSocketLibevent::IsConnected() const { function in class:net::TCPSocketLibevent
249 return socket_->IsConnected();
254 // as we do in IsConnected()?
322 if (!IsConnected())
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.h71 virtual bool IsConnected() const OVERRIDE;
/external/chromium_org/remoting/host/it2me/
H A Dit2me_host.h105 bool IsConnected() const;
/external/chromium_org/remoting/protocol/
H A Dfake_stream_socket.h79 virtual bool IsConnected() const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dtls_socket_unittest.cc72 virtual bool IsConnected() const OVERRIDE { return true; }
94 virtual bool IsConnected() const OVERRIDE { return true; }
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc65 if (IsConnected()) {
87 bool ServiceProcessControl::IsConnected() const { function in class:ServiceProcessControl
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_client_impl_unittest.cc34 virtual bool IsConnected() OVERRIDE {
138 virtual bool IsConnected() OVERRIDE {
180 virtual bool IsConnected() OVERRIDE {
227 virtual bool IsConnected() OVERRIDE {
273 virtual bool IsConnected() OVERRIDE {
737 virtual bool IsConnected() OVERRIDE {
835 virtual bool IsConnected() OVERRIDE {
995 virtual bool IsConnected() OVERRIDE { return true; }
/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket.cc299 bool FakeSSLClientSocket::IsConnected() const { function in class:jingle_glue::FakeSSLClientSocket
300 return handshake_completed_ && transport_socket_->IsConnected();
H A Dproxy_resolving_client_socket.cc335 bool ProxyResolvingClientSocket::IsConnected() const { function in class:jingle_glue::ProxyResolvingClientSocket
338 return transport_->socket()->IsConnected();
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_proxy_impl.cc34 bool ModelTypeSyncProxyImpl::IsConnected() const { function in class:syncer::ModelTypeSyncProxyImpl
145 if (!IsConnected())
/external/lldb/source/Core/
H A DCommunication.cpp121 Communication::IsConnected () const function in class:Communication
125 return connection_sp->IsConnected ();
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dsockets_tcp_api.cc43 socket_info->connected = socket->IsConnected();
186 if (socket->IsConnected() && !params_->paused) {
493 if (!socket->IsConnected()) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_unittest.cc99 EXPECT_FALSE(request1->connection()->IsConnected());
104 EXPECT_FALSE(request2->connection()->IsConnected());

Completed in 810 milliseconds

123456789