Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/java/
Djava_bound_object.cc519 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()