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

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h516 jlong (JNICALL *CallStaticLongMethodV) member in struct:JNINativeInterface_
1378 result = functions->CallStaticLongMethodV(this,clazz,methodID,args);
1382 jlong CallStaticLongMethodV(jclass clazz, function in struct:JNIEnv_
1384 return functions->CallStaticLongMethodV(this,clazz,methodID,args);

Completed in 61 milliseconds