OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_previous_functions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/android/
scoped_java_ref_unittest.cc
18
const JNINativeInterface*
g_previous_functions
;
member in namespace:base::android::__anon3394
22
return
g_previous_functions
->NewGlobalRef(env, obj);
27
return
g_previous_functions
->DeleteGlobalRef(env, obj);
32
return
g_previous_functions
->NewLocalRef(env, obj);
37
return
g_previous_functions
->DeleteLocalRef(env, obj);
47
g_previous_functions
= env->functions;
48
hooked_functions = *
g_previous_functions
;
60
env->functions =
g_previous_functions
;
/external/chromium_org/content/browser/renderer_host/java/
jni_helper_unittest.cc
26
const JNINativeInterface*
g_previous_functions
;
member in namespace:content::__anon7835
32
g_last_method_id =
g_previous_functions
->GetMethodID(env, clazz, method,
43
g_previous_functions
= env->functions;
44
hooked_functions = *
g_previous_functions
;
51
env->functions =
g_previous_functions
;
Completed in 69 milliseconds