HomeSort by relevance Sort by last modified time
    Searched defs:invokeMethod (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaInstanceJobjectV8.cpp 80 JavaValue JavaInstanceJobject::invokeMethod(const JavaMethod* method, JavaValue* args, bool& didRaiseUncaughtException)
  /external/webkit/Source/WebCore/inspector/front-end/
TestController.js 45 function invokeMethod()
59 InspectorBackend.runAfterPendingDispatches(invokeMethod);
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 87 invokeMethod("play");
123 void WebMediaPlayerProxy::invokeMethod(const String& methodName)
139 instance->invokeMethod(exec, methodList , args);
  /external/webkit/Source/WebCore/bridge/c/
c_instance.cpp 138 JSValue CInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 67 void invokeMethod(Method method, Object[] args) {
88 invokeMethod(mStartForeground, mStartForegroundArgs);
94 invokeMethod(mSetForeground, mSetForegroundArgs);
106 invokeMethod(mStopForeground, mStopForegroundArgs);
114 invokeMethod(mSetForeground, mSetForegroundArgs);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 218 public static Object invokeMethod(Object object, String signature, Object... arguments)
256 return invokeMethod(object, signature, arguments);
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 143 JSValue JavaInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod)
169 LOG(LiveConnect, "JavaInstance::invokeMethod unable to find an appropiate method");
174 LOG(LiveConnect, "JavaInstance::invokeMethod call %s %s on %p", UString(jMethod->name().impl()).utf8().data(), jMethod->signature(), m_instance->m_instance);
181 LOG(LiveConnect, "JavaInstance::invokeMethod arg[%d] = %s", i, exec->argument(i).toString(exec).ascii().data());
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.cpp 246 JSValue QtInstance::invokeMethod(ExecState*, RuntimeMethod*)
qt_pixmapruntime.cpp 185 JSValue QtPixmapInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 256 Object o = ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
262 ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
276 String text = (String) ReflectionUtils.invokeMethod(reader, "getString()");
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatecode/
AbstractCodeGenerator.java 461 protected void invokeMethod(MethodDeclaration method, String prefix, String methodName)
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/codegenerators/
SaveStateCodeGenerator.java 213 invokeMethod(onPauseFoundMethod, EDITOR, COMMIT);
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1684 milliseconds