HomeSort by relevance Sort by last modified time
    Searched refs:kJniMethods (Results 1 - 3 of 3) sorted by null

  /frameworks/webview/chromium/plat_support/
graphics_utils.cpp 95 const JNINativeMethod kJniMethods[] = {
108 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
draw_gl_functor.cpp 135 const JNINativeMethod kJniMethods[] = {
150 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /frameworks/base/native/webview/loader/
loader.cpp 195 const JNINativeMethod kJniMethods[] = {
240 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));

Completed in 602 milliseconds