Home
last modified time | relevance | path

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

/external/libmojo/base/android/
Dscoped_java_ref_unittest.cc77 EXPECT_TRUE(env->IsSameObject(obj_ref1.obj(), obj_ref2.obj())); in TEST_F()
78 EXPECT_TRUE(env->IsSameObject(global_obj.obj(), obj_ref2.obj())); in TEST_F()
Dcontext_utils.cc26 if (env->IsSameObject(g_application_context.Get().obj(), context.obj())) { in SetNativeApplicationContext()
/external/libchrome/base/win/
Dscoped_comptr.h124 bool IsSameObject(IUnknown* other) { in IsSameObject() function