Searched refs:CallDoubleMethodV (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h326 jdouble (JNICALL *CallDoubleMethodV) member in struct:JNINativeInterface_
952 result = functions->CallDoubleMethodV(this,obj,methodID,args);
956 jdouble CallDoubleMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
958 return functions->CallDoubleMethodV(this,obj,methodID,args);

Completed in 270 milliseconds