Searched refs:disconnect (Results 1 - 25 of 135) sorted by relevance

123456

/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.idl36 [Custom] void disconnect(in unsigned long output)
H A DAudioNodeInput.h52 void disconnect(AudioNodeOutput*);
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/
H A Dircproxy_unittest.py40 proxy.disconnect()
H A Dircproxy.py59 def disconnect(self): member in class:IRCProxy
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketstream.cc55 socket_->SignalConnectEvent.disconnect(this);
56 socket_->SignalReadEvent.disconnect(this);
57 socket_->SignalWriteEvent.disconnect(this);
58 socket_->SignalCloseEvent.disconnect(this);
/external/ppp/pppd/
H A Dpppox.c34 .disconnect = pppox_disconnect,
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceMotionClientQt.cpp41 disconnect();
H A DDeviceOrientationClientQt.cpp40 disconnect();
H A DDeviceOrientationProviderQt.cpp38 disconnect();
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_bridge_snippets.cpp94 myQObject.somethingChanged.disconnect(myInterestingFunction);
95 myQObject.somethingChanged.disconnect(myOtherQObject.doSomething);
106 myQObject.somethingChanged.disconnect(thisObject, function);
122 myQObject.somethingChanged.disconnect(thisObject, "functionName");
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h38 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h38 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h38 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioNodeCustom.cpp62 JSC::JSValue JSAudioNode::disconnect(JSC::ExecState* exec) function in class:WebCore::JSAudioNode
69 audioNode->disconnect(outputIndex);
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java88 * @see java.net.HttpURLConnection#disconnect()
91 public void disconnect() { method in class:MyHttpsURLConnection
/external/webkit/Source/WebCore/platform/network/qt/
H A DQtMIMETypeSniffer.cpp59 m_reply->disconnect(this);
/external/webkit/Source/WebCore/websockets/
H A DThreadableWebSocketChannel.h56 virtual void disconnect() = 0; // Will suppress didClose().
H A DWorkerThreadableWebSocketChannel.h67 virtual void disconnect(); // Will suppress didClose().
94 void disconnect();
123 void disconnect();
H A DWorkerThreadableWebSocketChannel.cpp62 m_bridge->disconnect();
91 void WorkerThreadableWebSocketChannel::disconnect() function in class:WebCore::WorkerThreadableWebSocketChannel
93 m_bridge->disconnect();
124 m_mainWebSocketChannel->disconnect();
174 void WorkerThreadableWebSocketChannel::Peer::disconnect() function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
179 m_mainWebSocketChannel->disconnect();
268 disconnect();
357 void WorkerThreadableWebSocketChannel::Bridge::disconnect() function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
/external/webkit/Source/WebCore/inspector/
H A DInjectedScriptManager.cpp68 void InjectedScriptManager::disconnect() function in class:WebCore::InjectedScriptManager
70 m_injectedScriptHost->disconnect();
H A DInjectedScriptManager.h53 void disconnect();
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DMockDatagramChannel.java45 public DatagramChannel disconnect() throws IOException { method in class:MockDatagramChannel
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_URLConnector.java45 ((HttpURLConnection) instance).disconnect();
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8AudioNodeCustom.cpp82 bool success = audioNode->disconnect(output);
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp1435 QCOMPARE(evalJS("typeof myObject.mySignal.disconnect"), sFunction);
1467 QCOMPARE(evalJS("myObject.mySignal.disconnect(myHandler)"), sUndefined);
1470 evalJS("myObject.mySignal.disconnect(myHandler)", type);
1481 QCOMPARE(evalJS("myObject.mySignal2.disconnect(myHandler)"), sUndefined);
1485 QCOMPARE(evalJS("typeof myObject['mySignal2()'].disconnect"), sFunction);
1493 QCOMPARE(evalJS("myObject['mySignal2()'].disconnect(myHandler)"), sUndefined);
1498 QCOMPARE(evalJS("myObject.mySignal.disconnect(otherObject, myHandler)"), sUndefined);
1505 evalJS("myObject.mySignal.disconnect(otherObject, myHandler)", type);
1517 QCOMPARE(evalJS("myObject.mySignal.disconnect(otherObject, myHandler)"), sUndefined);
1528 QCOMPARE(evalJS("myObject.mySignal2.disconnect(yetAnotherObjec
[all...]

Completed in 487 milliseconds

123456