Searched refs:java_method (Results 1 – 14 of 14) sorted by relevance
89 foreach my $java_method (@$java_methods) {90 next if grep { $_ eq 'private' } @{$java_method->access_flags};92 my $method_name = java_method_name_to_perl($java_method->name);
170 ScopedJavaLocalRef<jobject> java_method( in EnsureMethodsAreSetUp() local175 jboolean safe = env->CallBooleanMethod(java_method.obj(), in EnsureMethodsAreSetUp()187 JavaMethod* method = new JavaMethod(java_method); in EnsureMethodsAreSetUp()
1009 ScopedJavaLocalRef<jobject> java_method( in EnsureMethodsAreSetUp() local1014 jboolean safe = env->CallBooleanMethod(java_method.obj(), in EnsureMethodsAreSetUp()1026 JavaMethod* method = new JavaMethod(java_method); in EnsureMethodsAreSetUp()
523 content/browser/android/java/java_method.cc \
1306 'browser/android/java/java_method.cc',1307 'browser/android/java/java_method.h',