Home
last modified time | relevance | path

Searched refs:SetDoubleArrayRegion (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/android/java/
Dgin_java_script_to_java_types_coercion.cc365 env->SetDoubleArrayRegion(static_cast<jdoubleArray>(array), index, 1, in SetArrayElement()
Djava_bound_object.cc565 env->SetDoubleArrayRegion(static_cast<jdoubleArray>(array), index, 1, in SetArrayElement()
/external/chromium_org/third_party/npapi/npspy/extern/java/
Djni.h693 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()