Home
last modified time | relevance | path

Searched refs:InvokeMethod (Results 1 – 7 of 7) sorted by relevance

/external/junit/src/org/junit/internal/runners/statements/
DInvokeMethod.java9 public class InvokeMethod extends Statement { class
13 public InvokeMethod(FrameworkMethod testMethod, Object target) { in InvokeMethod() method in InvokeMethod
/external/chromium_org/content/browser/android/java/
Dgin_java_method_invocation_helper.cc165 InvokeMethod( in Invoke()
168 InvokeMethod( in Invoke()
225 void GinJavaMethodInvocationHelper::InvokeMethod(jobject object, in InvokeMethod() function in content::GinJavaMethodInvocationHelper
Dgin_java_method_invocation_helper.h80 void InvokeMethod(jobject object,
/external/chromium_org/content/renderer/java/
Dgin_java_bridge_object.cc97 base::Bind(&GinJavaBridgeObject::InvokeMethod, in GetNamedProperty()
113 v8::Handle<v8::Value> GinJavaBridgeObject::InvokeMethod( in InvokeMethod() function in content::GinJavaBridgeObject
Dgin_java_bridge_object.h58 v8::Handle<v8::Value> InvokeMethod(const std::string& name,
/external/junit/src/org/junit/runners/
DBlockJUnit4ClassRunner.java17 import org.junit.internal.runners.statements.InvokeMethod;
260 return new InvokeMethod(method, test); in methodInvoker()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8NPObject.cpp52 InvokeMethod = 1, enumerator
119 case InvokeMethod: in npObjectInvokeImpl()
156 return npObjectInvokeImpl(info, InvokeMethod); in npObjectMethodHandler()