Searched refs:g_previous_functions (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/android/
H A Dscoped_java_ref_unittest.cc18 const JNINativeInterface* g_previous_functions; member in namespace:base::android::__anon3704
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/
H A Djni_helper_unittest.cc26 const JNINativeInterface* g_previous_functions; member in namespace:content::__anon8145
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 184 milliseconds