Searched refs:InvokeMethod (Results 1 – 7 of 7) sorted by relevance
9 public class InvokeMethod extends Statement { class13 public InvokeMethod(FrameworkMethod testMethod, Object target) { in InvokeMethod() method in InvokeMethod
165 InvokeMethod( in Invoke()168 InvokeMethod( in Invoke()225 void GinJavaMethodInvocationHelper::InvokeMethod(jobject object, in InvokeMethod() function in content::GinJavaMethodInvocationHelper
80 void InvokeMethod(jobject object,
97 base::Bind(&GinJavaBridgeObject::InvokeMethod, in GetNamedProperty()113 v8::Handle<v8::Value> GinJavaBridgeObject::InvokeMethod( in InvokeMethod() function in content::GinJavaBridgeObject
58 v8::Handle<v8::Value> InvokeMethod(const std::string& name,
17 import org.junit.internal.runners.statements.InvokeMethod;260 return new InvokeMethod(method, test); in methodInvoker()
52 InvokeMethod = 1, enumerator119 case InvokeMethod: in npObjectInvokeImpl()156 return npObjectInvokeImpl(info, InvokeMethod); in npObjectMethodHandler()