Home
last modified time | relevance | path

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

/frameworks/webview/chromium/plat_support/
Dgraphics_utils.cpp109 const JNINativeMethod kJniMethods[] = { variable
122 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.cpp195 const JNINativeMethod kJniMethods[] = { variable
213 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods)); in RegisterWebViewFactory()