Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebViewCore.h501 size_t count, const int enabled[], size_t enabledCount,
DWebViewCore.cpp1950 …bCoreReply* reply, const uint16_t** labels, size_t count, const int enabled[], size_t enabledCount, in listBoxRequest() argument
1964 jintArray enabledArray = env->NewIntArray(enabledCount); in listBoxRequest()
1968 for (size_t i = 0; i < enabledCount; i++) { in listBoxRequest()