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

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h298 jshort (JNICALL *CallShortMethodV) member in struct:JNINativeInterface_
884 result = functions->CallShortMethodV(this,obj,methodID,args);
888 jshort CallShortMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
890 return functions->CallShortMethodV(this,obj,methodID,args);

Completed in 68 milliseconds