Home
last modified time | relevance | path

Searched refs:invokeMethod (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebCore/platform/network/qt/
DSocketStreamHandleQt.cpp103 QMetaObject::invokeMethod(this, "socketSentData", Qt::QueuedConnection); in send()
121 QMetaObject::invokeMethod(this, "socketClosedCallback", Qt::QueuedConnection); in socketClosed()
126 QMetaObject::invokeMethod(this, "socketErrorCallback", Qt::QueuedConnection, Q_ARG(int, error)); in socketError()
153 …QMetaObject::invokeMethod(this, "socketErrorCallback", Qt::QueuedConnection, Q_ARG(int, error[0].e… in socketSslErrors()
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerProxy.cpp87 invokeMethod("play"); in load()
123 void WebMediaPlayerProxy::invokeMethod(const String& methodName) in invokeMethod() function in WebCore::WebMediaPlayerProxy
139 instance->invokeMethod(exec, methodList , args); in invokeMethod()
DMediaPlayerProxy.h56 void invokeMethod(const String& methodName);
/external/webkit/Source/WebCore/inspector/front-end/
DTestController.js45 function invokeMethod() function
59 InspectorBackend.runAfterPendingDispatches(invokeMethod);
/external/webkit/Source/JavaScriptCore/wtf/qt/
DMainThreadQt.cpp67 QMetaObject::invokeMethod(webkit_main_thread_invoker(), "dispatch", Qt::QueuedConnection); in scheduleDispatchFunctionsOnMainThread()
/external/webkit/Source/WebCore/bridge/jni/v8/
DJavaInstanceV8.h53 …virtual JavaValue invokeMethod(const JavaMethod*, JavaValue* args, bool& didRaiseUncaughtException…
DJavaInstanceJobjectV8.h59 …virtual JavaValue invokeMethod(const JavaMethod*, JavaValue* args, bool& didRaiseUncaughtException…
DJavaInstanceJobjectV8.cpp80 JavaValue JavaInstanceJobject::invokeMethod(const JavaMethod* method, JavaValue* args, bool& didRai… in invokeMethod() function in JavaInstanceJobject
DJavaNPObjectV8.cpp151 JavaValue jResult = instance->invokeMethod(jMethod, jArgs, exceptionOccurred); in JavaNPObjectInvoke()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java256 Object o = ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script); in evaluateScriptInt()
262 ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script); in hideCloseElement()
276 String text = (String) ReflectionUtils.invokeMethod(reader, "getString()"); in getTextLength()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_pixmapruntime.h36 virtual JSValue invokeMethod(ExecState*, RuntimeMethod*);
Dqt_instance.h54 virtual JSValue invokeMethod(ExecState*, RuntimeMethod*);
Dqt_pixmapruntime.cpp185 JSValue QtPixmapInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod) in invokeMethod() function in JSC::Bindings::QtPixmapInstance
Dqt_instance.cpp246 JSValue QtInstance::invokeMethod(ExecState*, RuntimeMethod*) in invokeMethod() function in JSC::Bindings::QtInstance
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaInstanceJSC.h57 virtual JSValue invokeMethod(ExecState* exec, RuntimeMethod* method);
DJavaInstanceJSC.cpp143 JSValue JavaInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod) in invokeMethod() function in JavaInstance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
DReflectionUtils.java218 public static Object invokeMethod(Object object, String signature, Object... arguments) in invokeMethod() method in ReflectionUtils
256 return invokeMethod(object, signature, arguments); in invokeMethod2()
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_instance.h52 virtual JSValue invokeMethod(ExecState*, RuntimeMethod* method);
/external/webkit/Source/WebCore/bridge/c/
Dc_instance.h63 virtual JSValue invokeMethod(ExecState*, RuntimeMethod* method);
Dc_instance.cpp138 JSValue CInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod) in invokeMethod() function in JSC::Bindings::CInstance
/external/webkit/Source/WebCore/bridge/
Druntime_method.cpp116 JSValue result = instance->invokeMethod(exec, method); in callRuntimeMethod()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DProxyInstance.h67 virtual JSC::JSValue invokeMethod(JSC::ExecState*, JSC::RuntimeMethod*);
/external/webkit/Source/WebCore/bridge/jsc/
DBridgeJSC.h97 virtual JSValue invokeMethod(ExecState*, RuntimeMethod* method) = 0;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp355 …QMetaObject::invokeMethod(m_webPage, "shouldInterruptJavaScript", Qt::DirectConnection, Q_RETURN_A… in shouldInterruptJavaScript()
425 …QMetaObject::invokeMethod(m_webPage, "repaintRequested", Qt::QueuedConnection, Q_ARG(QRect, window… in invalidateContentsAndWindow()
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
Dtst_qdeclarativewebview.cpp229 …QMetaObject::invokeMethod(object, "evaluateJavaScript", Q_RETURN_ARG(QVariant, result), Q_ARG(QStr… in callEvaluateJavaScript()

12