/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_msctf.h | 57 ULONG (STDMETHODCALLTYPE *AddRef)(ITfThreadMgr *); 80 ULONG (STDMETHODCALLTYPE *AddRef)(ITfThreadMgrEx *); 105 ULONG (STDMETHODCALLTYPE *AddRef)(ITfDocumentMgr *); 123 ULONG (STDMETHODCALLTYPE *AddRef)(ITfUIElementSink *); 138 ULONG (STDMETHODCALLTYPE *AddRef)(ITfUIElementMgr *); 155 ULONG (STDMETHODCALLTYPE *AddRef)(ITfCandidateListUIElement *); 179 ULONG (STDMETHODCALLTYPE *AddRef)(ITfReadingInformationUIElement *); 201 ULONG (STDMETHODCALLTYPE *AddRef)(ITfUIElement *); 217 ULONG (STDMETHODCALLTYPE *AddRef)(ITfInputProcessorProfileActivationSink *); 231 ULONG (STDMETHODCALLTYPE *AddRef)(ITfSource *);
|
/third_party/gn/src/base/memory/ |
D | ref_counted.h | 32 void AddRef() const { AddRefImpl(); } in AddRef() function 96 void AddRef() const { AddRefImpl(); } in AddRef() function 100 void AddRef() const; 208 void AddRef() const { subtle::RefCountedBase::AddRef(); } in AddRef() function 276 void AddRef() const { subtle::RefCountedThreadSafeBase::AddRef(); }
|
D | scoped_refptr.h | 175 AddRef(ptr_); in scoped_refptr() 266 static void AddRef(T* ptr); 272 void scoped_refptr<T>::AddRef(T* ptr) { in AddRef() function 273 ptr->AddRef(); in AddRef()
|
/third_party/cef/include/ |
D | cef_base.h | 58 virtual void AddRef() const = 0; 101 void AddRef() const { ref_count_.Increment(); } in AddRef() function 128 void AddRef() const override { ref_count_.AddRef(); } \
|
/third_party/cef/include/base/ |
D | cef_ref_counted.h | 87 void AddRef() const { in AddRef() function 204 void AddRef() const { AddRefImpl(); } in AddRef() function 209 void AddRef() const; 364 void AddRef() const { cef_subtle::RefCountedBase::AddRef(); } in AddRef() function 432 void AddRef() const { AddRefImpl(T::kRefCountPreference); } 452 cef_subtle::RefCountedThreadSafeBase::AddRef();
|
D | cef_scoped_refptr.h | 226 AddRef(ptr_); in scoped_refptr() 336 static void AddRef(T* ptr); 349 void scoped_refptr<T>::AddRef(T* ptr) { in AddRef() function 350 ptr->AddRef(); in AddRef()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cpptoc_ref_counted.h | 34 wrapper->AddRef(); in Wrap() 80 void AddRef() const { in AddRef() function 82 ref_count_.AddRef(); in AddRef() 135 void UnderlyingAddRef() const { wrapper_struct_.object_->AddRef(); } in UnderlyingAddRef() 154 wrapperStruct->wrapper_->AddRef(); in struct_add_ref()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 2223 ULONG ( STDMETHODCALLTYPE *AddRef )( 2267 ( (This)->lpVtbl -> AddRef(This) ) 2332 ULONG ( STDMETHODCALLTYPE *AddRef )( 2359 ( (This)->lpVtbl -> AddRef(This) ) 2426 ULONG ( STDMETHODCALLTYPE *AddRef )( 2473 ( (This)->lpVtbl -> AddRef(This) ) 2547 ULONG ( STDMETHODCALLTYPE *AddRef )( 2578 ( (This)->lpVtbl -> AddRef(This) ) 2665 ULONG ( STDMETHODCALLTYPE *AddRef )( 2731 ( (This)->lpVtbl -> AddRef(This) ) [all …]
|
/third_party/flutter/engine/flutter/fml/memory/ |
D | ref_ptr.h | 78 ptr_->AddRef(); in RefPtr() 84 ptr_->AddRef(); in RefPtr() 90 ptr_->AddRef(); in RefPtr() 123 r.ptr_->AddRef(); 135 r.ptr_->AddRef();
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11shader.cpp | 284 pixel_shader->AddRef (); in gst_d3d11_quad_new() 285 vertex_shader->AddRef (); in gst_d3d11_quad_new() 286 layout->AddRef (); in gst_d3d11_quad_new() 287 vertex_buffer->AddRef (); in gst_d3d11_quad_new() 288 index_buffer->AddRef (); in gst_d3d11_quad_new() 297 quad->const_buffer[i]->AddRef (); in gst_d3d11_quad_new()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 39 SK_STDMETHODIMP_(ULONG) AddRef() override; 71 AddRef(); in QueryInterface() 79 SK_STDMETHODIMP_(ULONG) StreamFontFileLoader::AddRef() { in SK_STDMETHODIMP_() 108 SK_STDMETHODIMP_(ULONG) AddRef() override; 147 AddRef(); in QueryInterface() 155 SK_STDMETHODIMP_(ULONG) StreamFontFileEnumerator::AddRef() { in SK_STDMETHODIMP_() 202 SK_STDMETHODIMP_(ULONG) AddRef() override; 234 AddRef(); in QueryInterface() 242 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::AddRef() { in SK_STDMETHODIMP_() 601 this->AddRef(); in QueryInterface() [all …]
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 38 SK_STDMETHODIMP_(ULONG) AddRef() override; 70 AddRef(); in QueryInterface() 78 SK_STDMETHODIMP_(ULONG) StreamFontFileLoader::AddRef() { in SK_STDMETHODIMP_() 107 SK_STDMETHODIMP_(ULONG) AddRef() override; 146 AddRef(); in QueryInterface() 154 SK_STDMETHODIMP_(ULONG) StreamFontFileEnumerator::AddRef() { in SK_STDMETHODIMP_() 201 SK_STDMETHODIMP_(ULONG) AddRef() override; 233 AddRef(); in QueryInterface() 241 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::AddRef() { in SK_STDMETHODIMP_() 530 this->AddRef(); in QueryInterface() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 116 virtual size_t AddRef() const = 0; 144 virtual size_t AddRef() const { in AddRef() function 205 p->AddRef(); // always AddRef() before Release()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 116 virtual size_t AddRef() const = 0; 144 virtual size_t AddRef() const { in AddRef() function 205 p->AddRef(); // always AddRef() before Release()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 127 STDMETHODIMP_(ULONG) AddRef() override; 248 reinterpret_cast<IUnknown*>(*ppvObject)->AddRef(); in QueryInterface() 254 STDMETHODIMP_(ULONG) CefIAccessible::AddRef() { in STDMETHODIMP_() 290 parent->AddRef(); in get_accParent() 338 (*ppdispChild)->AddRef(); in get_accChild() 463 pFocusChild->pdispVal->AddRef(); in get_accFocus() 673 platform_accessibility_->AddRef(); in GetNativeAccessibleObject()
|
/third_party/flutter/glfw/deps/mingw/ |
D | dinput.h | 1481 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECL_WINELIB_TYPE_AW() 1499 #define IDirectInputEffect_AddRef(p) (p)->lpVtbl->AddRef(p) 1515 #define IDirectInputEffect_AddRef(p) (p)->AddRef() 1542 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_() 1571 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_() 1594 #define IDirectInputDevice_AddRef(p) (p)->lpVtbl->AddRef(p) 1615 #define IDirectInputDevice_AddRef(p) (p)->AddRef() 1646 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_() 1685 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_() 1718 #define IDirectInputDevice2_AddRef(p) (p)->lpVtbl->AddRef(p) [all …]
|
/third_party/mesa3d/include/d3dadapter/ |
D | present.h | 59 ULONG (WINAPI *AddRef)(ID3DPresent *This); 111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p) 141 ULONG (WINAPI *AddRef)(ID3DPresentGroup *This); 163 #define ID3DPresentGroup_AddRef(p) (p)->lpVtbl->AddRef(p)
|
/third_party/flutter/skia/src/utils/win/ |
D | SkTScopedComPtr.h | 17 ptr->AddRef(); in SkRefComPtr() 23 ptr->AddRef(); in SkSafeRefComPtr()
|
/third_party/skia/src/utils/win/ |
D | SkTScopedComPtr.h | 17 ptr->AddRef(); in SkRefComPtr() 23 ptr->AddRef(); in SkSafeRefComPtr()
|
/third_party/openh264/module/ |
D | RefCounted.h | 88 void AddRef() { in AddRef() function 135 aPtr->AddRef(); in Assign()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | ShaderCache.h | 50 it->second->AddRef(); in create() 66 shader->AddRef(); in create()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | ShaderCache.h | 50 it->second->AddRef(); in create() 66 shader->AddRef(); in create()
|
/third_party/cef/include/wrapper/ |
D | cef_helpers.h | 105 void AddRef() const override { ref_count_.AddRef(); } \
|
/third_party/cef/libcef/browser/ |
D | thread_util.h | 84 void AddRef() const override { ref_count_.AddRef(); } \
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 443 ULONG (WINAPI *AddRef)(IDirect3D9 *This); 468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p) 490 ULONG (WINAPI *AddRef)(IDirect3D9Ex *This); 521 #define IDirect3D9Ex_AddRef(p) (p)->lpVtbl->AddRef(p) 549 ULONG (WINAPI *AddRef)(IDirect3D9ExOverlayExtension *This); 561 #define IDirect3D9ExOverlayExtension_AddRef(p) (p)->lpVtbl->AddRef(p) 570 ULONG (WINAPI *AddRef)(IDirect3DAuthenticatedChannel9 *This); 586 #define IDirect3DAuthenticatedChannel9_AddRef(p) (p)->lpVtbl->AddRef(p) 599 ULONG (WINAPI *AddRef)(IDirect3DBaseTexture9 *This); 625 #define IDirect3DBaseTexture9_AddRef(p) (p)->lpVtbl->AddRef(p) [all …]
|