Searched defs:CallStaticBooleanMethodV (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h481 jboolean (JNICALL *CallStaticBooleanMethodV) member in struct:JNINativeInterface_
1288 result = functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
1292 jboolean CallStaticBooleanMethodV(jclass clazz, function in struct:JNIEnv_
1294 return functions->CallStaticBooleanMethodV(this,clazz,methodID,args);

Completed in 134 milliseconds