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

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h617 jshortArray (JNICALL *NewShortArray) member in struct:JNINativeInterface_
1562 jshortArray NewShortArray(jsize len) { function in struct:JNIEnv_
1563 return functions->NewShortArray(this,len);

Completed in 297 milliseconds