Searched defs:ScopedComPtr (Results 1 - 1 of 1) sorted by last modified time

/external/chromium/base/win/
H A Dscoped_comptr.h21 class ScopedComPtr : public scoped_refptr<Interface> { class in namespace:base::win
23 // Utility template to prevent users of ScopedComPtr from calling AddRef
24 // and/or Release() without going through the ScopedComPtr class.
34 ScopedComPtr() { function in class:base::win::ScopedComPtr
37 explicit ScopedComPtr(Interface* p) : ParentClass(p) { function in class:base::win::ScopedComPtr
40 ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p) argument
44 ~ScopedComPtr() {
47 COMPILE_ASSERT(sizeof(ScopedComPtr<Interface, interface_id>) ==
52 // ScopedComPtr instanc
[all...]

Completed in 49 milliseconds