Searched refs:QueuedConnection (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/qt/
H A DMainThreadQt.cpp67 QMetaObject::invokeMethod(webkit_main_thread_invoker(), "dispatch", Qt::QueuedConnection); member in class:WTF::Qt
/external/webkit/Source/WebCore/platform/network/qt/
H A DSocketStreamHandleQt.cpp103 QMetaObject::invokeMethod(this, "socketSentData", Qt::QueuedConnection);
121 QMetaObject::invokeMethod(this, "socketClosedCallback", Qt::QueuedConnection);
126 QMetaObject::invokeMethod(this, "socketErrorCallback", Qt::QueuedConnection, Q_ARG(int, error));
153 QMetaObject::invokeMethod(this, "socketErrorCallback", Qt::QueuedConnection, Q_ARG(int, error[0].error()));
/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp50 inline void wakeUp() { m_method.invoke(this, Qt::QueuedConnection); }
H A DWorkQueueQt.cpp54 connect(m_source, m_signal, SLOT(execute()), Qt::QueuedConnection);
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
H A DProcessLauncherQt.cpp155 QObject::connect(m_processIdentifier, SIGNAL(finished(int)), m_processIdentifier, SLOT(deleteLater()), Qt::QueuedConnection);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp123 SLOT(activeChanged(int)), Qt::QueuedConnection);
H A DPageClientQt.cpp363 syncMetaMethod.invoke(view, Qt::QueuedConnection);
H A DNotificationPresenterClientQt.cpp227 wrapper->connect(wrapper->m_presenter.get(), SIGNAL(notificationClosed()), wrapper, SLOT(notificationClosed()), Qt::QueuedConnection);
H A DChromeClientQt.cpp425 QMetaObject::invokeMethod(m_webPage, "repaintRequested", Qt::QueuedConnection, Q_ARG(QRect, windowRect));
/external/webkit/Tools/DumpRenderTree/qt/
H A Dmain.cpp220 QObject::connect(&dumper, SIGNAL(ready()), &dumper, SLOT(readLine()), Qt::QueuedConnection);
H A DDumpRenderTreeQt.cpp494 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection);
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp87 connect(page, SIGNAL(loadFinished(bool)), &waitForLoadFinished, SLOT(quit()), Qt::QueuedConnection);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp347 connect(this, SIGNAL(notifyAnimationStartedAsync()), this, SLOT(notifyAnimationStarted()), Qt::QueuedConnection);
680 syncMethod.invoke(this, Qt::QueuedConnection);
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp2854 QMetaObject::invokeMethod(this, "finished", Qt::QueuedConnection);

Completed in 337 milliseconds