HomeSort by relevance Sort by last modified time
    Searched refs:disconnected (Results 1 - 25 of 47) sorted by null

1 2

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-already.js 1 description("Tests that when a request is made on a Geolocation object after its frame has been disconnected, no callbacks are made and no crash occurs.");
10 iframe.src = 'resources/disconnected-frame-already-inner2.html';
26 debug('Method called on Geolocation object with disconnected Frame.');
31 iframe.src = 'resources/disconnected-frame-already-inner1.html';
disconnected-frame.js 1 description("Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.");
27 iframe.src = 'resources/disconnected-frame-inner.html';
disconnected-frame-permission-denied.js 1 description("Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.");
41 iframe.src = 'resources/disconnected-frame-inner.html';
  /frameworks/base/core/java/android/ddm/
DdmHandleExit.java 55 public void disconnected() {} method in class:DdmHandleExit
DdmHandleNativeHeap.java 55 public void disconnected() {} method in class:DdmHandleNativeHeap
DdmHandleAppName.java 56 public void disconnected() {} method in class:DdmHandleAppName
DdmHandleHello.java 76 public void disconnected() { method in class:DdmHandleHello
78 Log.v("ddm-hello", "Disconnected!");
DdmHandleProfiling.java 65 public void disconnected() {} method in class:DdmHandleProfiling
DdmHandleThread.java 62 public void disconnected() {} method in class:DdmHandleThread
DdmHandleHeap.java 74 public void disconnected() {} method in class:DdmHandleHeap
  /external/webkit/Source/WebCore/platform/
FileChooser.h 64 bool disconnected() { return !m_client; } function in class:WebCore::FileChooser
  /external/quake/quake/src/WinQuake/
net_main.cpp 128 sock->disconnected = false;
171 sock->disconnected = true;
505 if (sock->disconnected)
547 if (sock->disconnected)
549 Con_Printf("NET_GetMessage: disconnected socket\n");
632 if (sock->disconnected)
634 Con_Printf("NET_SendMessage: disconnected socket\n");
663 if (sock->disconnected)
665 Con_Printf("NET_SendMessage: disconnected socket\n");
702 if (sock->disconnected)
    [all...]
net.h 126 qboolean disconnected; member in struct:qsocket_s
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 47 public abstract void disconnected(); method in class:ChunkHandler
DdmServer.java 35 private static final int DISCONNECTED = 2;
118 case DISCONNECTED:
119 handler.disconnected();
  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 48 #define NFA_CHO_DISCONNECTED_EVT 0x04 /* data link disconnected */
95 /* Disconnected reason */
114 tNFA_CHO_DISC_REASON reason; /* disconnected reason */
180 tNFA_CHO_DISCONNECTED disconnected; /* NFA_CHO_DISCONNECTED_EVT */ member in union:__anon10283
  /external/webkit/Source/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 61 connect(m_socket, SIGNAL(disconnected()), this, SLOT(socketClosed()));
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition03.js 85 same xml document is disconnected, implementation specific, and that the order of these two documents
nodecomparedocumentposition05.js 79 are disconnected, implementation-specific and preceding/following.
nodecomparedocumentposition16.js 79 a cloned Attr node is disconnected and implementation specific, and that the order between these two
nodecomparedocumentposition33.js 79 of the Element and the Document. This should return disconnected, implementation specific, and that
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 127 mHandler.sendEmptyMessage(R.string.disconnected);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
DeviceControlActivity.java 90 // ACTION_GATT_DISCONNECTED: disconnected from a GATT server.
104 updateConnectionState(R.string.disconnected);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 116 mConnectIndicator.setText(R.string.disconnected);
  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp 91 if (!fileChooser->disconnected())

Completed in 626 milliseconds

1 2