Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dscoped_comptr.h134 ScopedComPtr<IUnknown> other_identity; in IsSameObject() local
135 other->QueryInterface(other_identity.Receive()); in IsSameObject()
138 static_cast<IUnknown*>(other_identity); in IsSameObject()
/external/chromium_org/base/win/
Dscoped_comptr.h133 ScopedComPtr<IUnknown> other_identity; in IsSameObject() local
134 other->QueryInterface(other_identity.Receive()); in IsSameObject()
137 static_cast<IUnknown*>(other_identity); in IsSameObject()