Home
last modified time | relevance | path

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

/external/libchrome/base/android/
Dscoped_java_ref_unittest.cc18 const JNINativeInterface* g_previous_functions; variable
22 return g_previous_functions->NewGlobalRef(env, obj); in NewGlobalRef()
27 return g_previous_functions->DeleteGlobalRef(env, obj); in DeleteGlobalRef()
32 return g_previous_functions->NewLocalRef(env, obj); in NewLocalRef()
37 return g_previous_functions->DeleteLocalRef(env, obj); in DeleteLocalRef()
47 g_previous_functions = env->functions; in SetUp()
48 hooked_functions = *g_previous_functions; in SetUp()
60 env->functions = g_previous_functions; in TearDown()