Searched refs:connect (Results 1 - 25 of 221) sorted by relevance

123456789

/external/webkit/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_qwebinspector_snippet.cpp13 connect(page, SIGNAL(webInspectorTriggered(QWebElement)), inspector, SLOT(show()));
/external/webkit/WebKit/android/wds/client/
H A DAdbConnection.h36 bool connect();
H A Dmain.cpp57 if (connect(fd, (sockaddr*)&addr, sizeof(addr)) < 0) {
58 log_errno("Failed to connect to remote debug server");
104 conn.connect();
108 conn.connect();
/external/webkit/WebKit/chromium/public/
H A DWebSocketStreamHandle.h47 virtual void connect(const WebURL&, WebSocketStreamHandleClient*) = 0;
H A DWebSharedWorker.h66 // Invoked once the connect event has been sent so the caller can free this object.
70 // Sends a connect event to the SharedWorker context. The listener is invoked when this async operation completes.
71 virtual void connect(WebMessagePortChannel*, ConnectListener*) = 0;
/external/webkit/WebKit/qt/docs/webkitsnippets/webpage/
H A Dmain.cpp50 QObject::connect(&thumbnail, SIGNAL(finished()),
60 connect(&page, SIGNAL(loadFinished(bool)),
/external/mtpd/
H A Dmtpd.h56 int (*connect)(int argc, char **argv); member in struct:protocol
/external/webkit/WebCore/workers/
H A DSharedWorkerRepository.h55 static void connect(PassRefPtr<SharedWorker>, PassOwnPtr<MessagePortChannel>, const KURL&, const String& name, ExceptionCode&);
H A DSharedWorker.cpp55 SharedWorkerRepository::connect(this, remotePort.release(), scriptUrl, name, ec);
/external/wpa_supplicant/wpa_gui/
H A Dmain.cpp22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
/external/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp36 app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
H A Duserdatarequest.cpp26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
H A Dscanresults.cpp29 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
30 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
31 connect(scanResultsView, SIGNAL(doubleClicked(Q3ListViewItem *)), this,
56 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dmain.cpp22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
/external/bluetooth/bluez/common/
H A Dbtio.h76 gboolean bt_io_accept(GIOChannel *io, BtIOConnect connect, gpointer user_data,
85 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect,
89 GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect,
/external/opencore/engines/2way/test/src/
H A Dconnect_test.cpp26 fprintf(fileoutput, "Start %s test, num runs %d, proxy %d.\n", iRunTimerTest ? "timer configuration and encoder extension IF" : "connect", iMaxRuns, iUseProxy);
137 connect();
161 connect();
177 connect();
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
H A Dwpagui.cpp61 connect(fileStartServiceAction, SIGNAL(triggered()), this,
63 connect(fileStopServiceAction, SIGNAL(triggered()), this,
70 connect(addInterfaceAction, SIGNAL(triggered()), this,
83 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
85 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
89 connect(networkAddAction, SIGNAL(triggered()), this,
91 connect(networkEditAction, SIGNAL(triggered()), this,
93 connect(networkRemoveActio
[all...]
/external/bluetooth/bluez/input/
H A Dfakehid.h30 gboolean (*connect) (struct fake_input *fake_input, GError **err); member in struct:fake_hid
/external/ppp/pppd/
H A Dpppox.c33 .connect = pppox_connect,
/external/webkit/WebCore/websockets/
H A DThreadableWebSocketChannel.h50 virtual void connect() = 0;
/external/webkit/WebKit/chromium/src/
H A DWebSharedWorkerImpl.h55 virtual void connect(WebMessagePortChannel*, ConnectListener*);
/external/webkit/WebKit/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/external/webkit/WebKit/qt/tests/benchmarks/painting/
H A Dtst_painting.cpp37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/external/webkit/WebKit/qt/tests/
H A Dutil.h40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));

Completed in 144 milliseconds

123456789