Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dscoped_comptr_unittest.cc57 EXPECT_TRUE(copy1.IsSameObject(mem_alloc)); in TEST()
58 EXPECT_FALSE(copy1.IsSameObject(unk2)); // unk2 is valid but different in TEST()
59 EXPECT_FALSE(copy1.IsSameObject(unk)); // unk is NULL in TEST()
66 EXPECT_FALSE(copy1.IsSameObject(unk2)); // unk2 is valid, copy1 is not in TEST()
70 EXPECT_TRUE(copy2.IsSameObject(mem_alloc)); in TEST()
76 EXPECT_TRUE(unk.IsSameObject(copy1)); // both are NULL in TEST()
Dscoped_comptr.h124 bool IsSameObject(IUnknown* other) { in IsSameObject() function