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

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h530 jdouble (JNICALL *CallStaticDoubleMethodV) member in struct:JNINativeInterface_
1414 result = functions->CallStaticDoubleMethodV(this,clazz,methodID,args);
1418 jdouble CallStaticDoubleMethodV(jclass clazz, function in struct:JNIEnv_
1420 return functions->CallStaticDoubleMethodV(this,clazz,methodID,args);

Completed in 40 milliseconds