Home
last modified time | relevance | path

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

/frameworks/webview/chromium/plat_support/
Dgraphics_utils.cpp105 const JNINativeMethod kJniMethods[] = { variable
118 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterGraphicsUtils()
Ddraw_gl_functor.cpp135 const JNINativeMethod kJniMethods[] = { variable
150 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterDrawGLFunctor()
/frameworks/webview/chromium/loader/
Dloader.cpp179 const JNINativeMethod kJniMethods[] = { variable
197 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterWebViewFactory()