Searched refs:connect (Results 76 - 100 of 456) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/plugins/qt/
H A DPluginContainerQt.cpp69 connect(this, SIGNAL(clientClosed()), this, SLOT(on_clientClosed()));
70 connect(this, SIGNAL(clientIsEmbedded()), this, SLOT(on_clientIsEmbedded()));
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.h64 void connect(const KURL&, ExceptionCode&);
65 void connect(const KURL&, const String& protocol, ExceptionCode&);
H A DWorkerThreadableWebSocketChannel.h63 virtual void connect();
90 void connect();
119 void connect();
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtcpport.cc57 socket_->SignalNewConnection.connect(this, &TCPPort::OnNewConnection);
106 socket_->SignalAddressReady.connect(this, &TCPPort::OnAddresReady);
148 incoming.socket->SignalReadPacket.connect(this, &TCPPort::OnReadPacket);
197 socket_->SignalConnect.connect(this, &TCPConnection::OnConnect);
208 socket_->SignalReadPacket.connect(this, &TCPConnection::OnReadPacket);
209 socket_->SignalClose.connect(this, &TCPConnection::OnClose);
H A Drawtransportchannel.cc106 allocator_session_->SignalPortReady.connect(
108 allocator_session_->SignalCandidatesReady.connect(
241 port_->SignalReadPacket.connect(this, &RawTransportChannel::OnReadPacket);
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A DWebPlugin.cpp52 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(onItemSelected(QListWidgetItem*)));
85 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
86 connect(result, SIGNAL(itemClicked(int)), this, SLOT(itemClicked(int)));
141 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(accept()));
209 connect(done, SIGNAL(clicked()), this, SLOT(accept()));
266 connect(m_mediaWidget, SIGNAL(fullScreenClosed()), this, SIGNAL(fullScreenClosed()));
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp92 connect(this, SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError>&)),
157 connect(this, SIGNAL(geometryChangeRequested(const QRect &)),
163 connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(requestPermission(QWebFrame*, QWebPage::Feature)));
164 connect(this, SIGNAL(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(cancelPermission(QWebFrame*, QWebPage::Feature)));
459 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage()));
460 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage()));
463 connect(m_controller, SIGNAL(geolocationPermissionSet()), this, SLOT(geolocationPermissionSet()));
465 connect(m_controller, SIGNAL(done()), this, SLOT(dump()));
471 // now connect our different signals
472 connect(m_pag
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jar ... inf com/ com/sun/ com/sun/jdi/ com/sun/jdi/connect/ com/sun/jdi/connect/spi/ com/sun/jdi/event/ com ...
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp62 connect(m_browser->view(), SIGNAL(loadProgress(int)), SLOT(loadProgress(int)));
63 connect(m_browser->view(), SIGNAL(titleChanged(const QString&)), SLOT(setWindowTitle(const QString&)));
64 connect(m_browser->view(), SIGNAL(urlChanged(const QUrl&)), SLOT(urlChanged(const QUrl&)));
67 connect(page(), SIGNAL(urlChanged(QUrl)), this, SLOT(printURL(QUrl)));
102 toggleFullScreen->connect(this, SIGNAL(enteredFullScreenMode(bool)), SLOT(setChecked(bool)));
103 connect(this, SIGNAL(enteredFullScreenMode(bool)), this, SLOT(toggleFullScreenMode(bool)));
123 connect(m_addressBar, SIGNAL(returnPressed()), SLOT(changeLocation()));
133 connect(selectAddressBar, SIGNAL(activated()), this, SLOT(openLocation()));
336 connect(buttonBox, SIGNAL(accepted()), &dialog, SLOT(accept()));
337 connect(buttonBo
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSocketTest.java50 socket.connect(addr);
183 // Make sure we can now connect and that connections appear to come
193 theSocket.connect(boundAddress);
277 socket.connect(new InetSocketAddress("unknownhost.invalid", 12345));
287 socket.connect(unresolved);
292 socket.connect(unresolved, 123);
308 theSocket.connect(null);
315 theSocket.connect(new UnsupportedSocketAddress());
322 theSocket.connect(new InetSocketAddress(InetAddress
329 // now validate that we get a connect exceptio
[all...]
H A DDatagramSocketTest.java143 ds.connect(inetAddress, 0);
151 ds.connect(inetAddress, portNumber);
161 ds.connect(localHost, port);
223 ds.connect(inetAddress, portNumber);
250 ds.connect(localHost, serverPortNumber);
277 ds.connect(inetAddress, portNumber);
289 ds.connect(inetAddress, portNumber);
299 // validate that we can connect, then disconnect, then connect then
314 ds.connect(localHos
[all...]
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpsURLConnectionImpl.java163 public void connect() throws IOException { method in class:HttpsURLConnectionImpl
165 delegate.connect();
408 * non-null connect in HttpURLConnectionImpl
426 @Override protected void connect() throws IOException { method in class:HttpsURLConnectionImpl.HttpsEngine
484 HttpEngine connect = new ProxyConnectEngine(policy, rawRequestHeaders, connection);
485 connect.sendRequest();
486 connect.readResponse();
488 int responseCode = connect.getResponseCode();
489 switch (connect.getResponseCode()) {
495 connect
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp108 connect(m_mediaObject, SIGNAL(stateChanged(Phonon::State,Phonon::State)),
110 connect(m_mediaObject, SIGNAL(metaDataChanged()), this, SLOT(metaDataChanged()));
111 connect(m_mediaObject, SIGNAL(seekableChanged(bool)), this, SLOT(seekableChanged(bool)));
112 connect(m_mediaObject, SIGNAL(hasVideoChanged(bool)), this, SLOT(hasVideoChanged(bool)));
113 connect(m_mediaObject, SIGNAL(bufferStatus(int)), this, SLOT(bufferStatus(int)));
114 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished()));
115 connect(m_mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)),
117 connect(m_mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
118 connect(m_mediaObject, SIGNAL(totalTimeChanged(qint64)), this, SLOT(totalTimeChanged(qint64)));
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.cc59 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent);
60 cricket_socket_->SignalWriteEvent.connect(this, &XmppSocket::OnWriteEvent);
61 cricket_socket_->SignalConnectEvent.connect(this,
63 cricket_socket_->SignalCloseEvent.connect(this, &XmppSocket::OnCloseEvent);
71 stream_->SignalEvent.connect(this, &XmppSocket::OnEvent);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php61 $connect = mysql_connect($dbhost, $dbuser, $dbpass) or die("Couldn't connect to database!\n"); variable
62 mysql_select_db($db, $connect) or die(mysql_error());
76 $props[$y] = mysql_real_escape_string($props[$y], $connect);
107 $revs[8] = mysql_real_escape_string($revs[8], $connect);
135 mysql_close($connect);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtMaemoWebPopup.cpp55 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(onItemSelected(QListWidgetItem*)));
88 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
89 connect(result, SIGNAL(itemClicked(int)), this, SLOT(itemClicked(int)));
145 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(accept()));
215 connect(done, SIGNAL(clicked()), this, SLOT(accept()));
H A DFullScreenVideoQt.cpp70 connect(m_fullScreenWidget, SIGNAL(closed()), this, SLOT(windowClosed()));
96 connect(m_fullScreenWidget, SIGNAL(didExitFullScreen()), this, SIGNAL(fullScreenClosed()));
144 connect(m_FullScreenVideoHandler, SIGNAL(fullScreenClosed()), this, SLOT(aboutToClose()));
/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.cpp51 connect(networkAccessManager(), SIGNAL(authenticationRequired(QNetworkReply*, QAuthenticator*)),
53 connect(this, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)), this, SLOT(requestPermission(QWebFrame*, QWebPage::Feature)));
54 connect(this, SIGNAL(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)), this, SLOT(featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)));
162 connect(buttonBox, SIGNAL(accepted()), dialog, SLOT(accept()));
163 connect(buttonBox, SIGNAL(rejected()), dialog, SLOT(reject()));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPipedOutputStreamTest.java106 * @tests java.io.PipedOutputStream#connect(java.io.PipedInputStream)
111 out.connect(new PipedInputStream());
113 out.connect(null);
121 * @tests java.io.PipedOutputStream#connect(java.io.PipedInputStream)
128 out.connect(new PipedInputStream());
129 fail("Failed to throw exception attempting connect on already connected stream");
/external/chromium/third_party/libjingle/source/talk/base/
H A Dautodetectproxy.cc99 socket_->SignalConnectEvent.connect(this, &AutoDetectProxy::OnConnectEvent);
100 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent);
101 socket_->SignalCloseEvent.connect(this, &AutoDetectProxy::OnCloseEvent);
/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_default.c109 if (p_data->connect.reg_handle == nfa_snep_default_cb.server_handle)
115 nfa_snep_default_cb.conn[xx].conn_handle = p_data->connect.conn_handle;
125 api_disconnect.conn_handle = p_data->connect.conn_handle;
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex) function in class:WebCore::AudioNode
130 input->connect(output);
143 return connect(0, outputIndex);
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp129 QObject::connect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
245 QObject::connect(this, SIGNAL(scaleChanged()), this, SLOT(_q_scaleChanged()));
520 connect(mainFrame, SIGNAL(titleChanged(QString)),
522 connect(mainFrame, SIGNAL(iconChanged()),
524 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
526 connect(d->page, SIGNAL(loadStarted()),
528 connect(d->page, SIGNAL(loadProgress(int)),
530 connect(d->page, SIGNAL(loadFinished(bool)),
532 connect(d->page, SIGNAL(statusBarMessage(QString)),
534 connect(
[all...]
/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
H A Dtst_painting.cpp38 QObject::connect(obj, signal, &loop, SLOT(quit()));
42 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcall.cc216 voice_channel->SignalMediaMonitor.connect(this, &Call::OnMediaMonitor);
230 video_channel->SignalMediaMonitor.connect(this, &Call::OnMediaMonitor);
240 session->SignalState.connect(this, &Call::OnSessionState);
241 session->SignalError.connect(this, &Call::OnSessionError);
243 .connect(this, &Call::OnReceivedTerminateReason);
373 session->SignalState.connect(this, &Call::OnSessionState);
374 session->SignalError.connect(this, &Call::OnSessionError);
376 .connect(this, &Call::OnReceivedTerminateReason);
403 voice_channel->SignalConnectionMonitor.connect(this,
410 video_channel->SignalConnectionMonitor.connect(thi
[all...]

Completed in 671 milliseconds

1234567891011>>