OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kJniMethods
(Results
1 - 3
of
3
) sorted by null
/frameworks/webview/chromium/plat_support/
graphics_utils.cpp
109
const JNINativeMethod
kJniMethods
[] = {
122
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/webview/chromium/loader/
loader.cpp
195
const JNINativeMethod
kJniMethods
[] = {
213
env->RegisterNatives(clazz,
kJniMethods
, NELEM(
kJniMethods
));
Completed in 2551 milliseconds