Searched refs:SetDoubleArrayRegion (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/content/browser/android/java/ |
D | gin_java_script_to_java_types_coercion.cc | 365 env->SetDoubleArrayRegion(static_cast<jdoubleArray>(array), index, 1, in SetArrayElement()
|
D | java_bound_object.cc | 565 env->SetDoubleArrayRegion(static_cast<jdoubleArray>(array), index, 1, in SetArrayElement()
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jni.h | 693 void (JNICALL *SetDoubleArrayRegion) 1705 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in SetDoubleArrayRegion() function 1707 functions->SetDoubleArrayRegion(this,array,start,len,buf); in SetDoubleArrayRegion()
|