HomeSort by relevance Sort by last modified time
    Searched defs:ScopedComPtr (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/win/
scoped_comptr.h 21 class ScopedComPtr : public scoped_refptr<Interface> {
23 // Utility template to prevent users of ScopedComPtr from calling AddRef
24 // and/or Release() without going through the ScopedComPtr class.
34 ScopedComPtr() {
37 explicit ScopedComPtr(Interface* p) : ParentClass(p) {
40 ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p)
44 ~ScopedComPtr() {
47 COMPILE_ASSERT(sizeof(ScopedComPtr<Interface, interface_id>) ==
52 // ScopedComPtr instance
    [all...]
  /external/chromium_org/base/win/
scoped_comptr.h 20 class ScopedComPtr : public scoped_refptr<Interface> {
22 // Utility template to prevent users of ScopedComPtr from calling AddRef
23 // and/or Release() without going through the ScopedComPtr class.
33 ScopedComPtr() {
36 explicit ScopedComPtr(Interface* p) : ParentClass(p) {
39 ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p)
43 ~ScopedComPtr() {
46 COMPILE_ASSERT(sizeof(ScopedComPtr<Interface, interface_id>) ==
51 // ScopedComPtr instance
    [all...]

Completed in 59 milliseconds