Home
last modified time | relevance | path

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

/external/libchrome/base/win/
Dscoped_comptr.h20 class ScopedComPtr : public scoped_refptr<Interface> {
33 ScopedComPtr() { in ScopedComPtr() function
36 explicit ScopedComPtr(Interface* p) : ParentClass(p) { in ScopedComPtr() function
39 ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p) in ScopedComPtr() function
43 ~ScopedComPtr() { in ~ScopedComPtr()
47 sizeof(ScopedComPtr<Interface, interface_id>) == sizeof(Interface*), in ~ScopedComPtr()
131 ScopedComPtr<IUnknown> my_identity; in IsSameObject()
134 ScopedComPtr<IUnknown> other_identity; in IsSameObject()