HomeSort by relevance Sort by last modified time
    Searched refs:Connecting (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandle.h 47 enum SocketStreamState { Connecting, Open, Closing, Closed };
SocketStreamHandle.cpp 173 , m_state(Connecting)
197 if (m_state == Connecting || m_state == Closing)
242 ASSERT(!client || (!m_client && m_state == Connecting));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
main.js 50 appendMessage("Connecting to native messaging host <b>" + hostName + "</b>")
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 185 * Indicates if in the process of connecting to a network.
232 set connecting(state) {
235 this.icon_.classList.add('network-connecting');
237 this.icon_.classList.remove('network-connecting');
244 get connecting() {
430 if (networkDetails.ConnectionState == 'Connecting' ||
436 // Only break when we see a connecting network as it is possible to
437 // have a connected network and a connecting network at the same
439 if (networkDetails.ConnectionState == 'Connecting') {
440 this.connecting = true
    [all...]
bluetooth_device_list.js 10 * connecting: boolean,
43 // Only show the close button for paired devices, but not for connecting
45 el.deletable = device.paired && !device.connecting;
65 // * Connecting devices: in bold with a "connecting" label,
69 this.connected = this.data.connecting ||
71 this.notconnectable = this.data.paired && !this.data.connecting &&
78 // Update the device's label according to its state. A "connecting" device
79 // can be in the process of connecting and pairing, so we check connecting
    [all...]
internet_detail.js 665 // Connecting to an unconfigured network might trigger certificate
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 24 * (Connecting) |
108 private final Connecting mConnecting;
    [all...]
  /external/chromium_org/remoting/webapp/
session_connector_impl.js 462 * events). Errors that occur while connecting either trigger a reconnect
492 case remoting.ClientSession.State.CONNECTING:
493 console.log('Connecting as ' + remoting.identity.getCachedEmail());
503 // circumstances. For example, a CONNECTING -> CLOSED transition happens
  /frameworks/base/docs/html/training/
training_toc.cs 518 >Connecting Devices Wirelessly</a>
544 <li><a href="<?cs var:toroot ?>training/basics/network-ops/connecting.html">
545 Connecting to the Network
    [all...]

Completed in 405 milliseconds