Searched refs:AddRef (Results 101 - 125 of 323) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.h53 virtual ULONG STDMETHODCALLTYPE AddRef();
/external/chromium_org/third_party/webrtc/common_video/
H A Dtexture_video_frame_unittest.cc22 virtual int32_t AddRef() { return ++ref_count_; } function in class:webrtc::NativeHandleImpl
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dshared_data.cc64 // AddRef first in case the pointers are equal.
66 audio_device->AddRef();
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.h53 virtual ULONG STDMETHODCALLTYPE AddRef();
/external/chromium_org/ppapi/cpp/
H A Dvar.cc38 // Technically you can call AddRef and Release on any Var, but it may involve
60 // This helper function uses the latest available version of AddRef.
64 get_interface<PPB_Var_1_2>()->AddRef(var);
67 get_interface<PPB_Var_1_1>()->AddRef(var);
70 get_interface<PPB_Var_1_0>()->AddRef(var);
/external/chromium_org/ppapi/proxy/
H A Dppb_var_unittest.cc54 ppb_var_->AddRef(vars_[i]);
130 // times. Note that we always AddRef once before doing the matching Release,
134 ppb_var->AddRef(vars_[i]);
142 ppb_var->AddRef(vars_[i]);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc81 ULONG __stdcall AddRef();
170 e->AddRef();
183 AddRef();
187 ULONG FormatEtcEnumerator::AddRef() { function in class:ui::FormatEtcEnumerator
612 destination->pstm->AddRef();
616 destination->pstg->AddRef();
623 destination->pUnkForRelease->AddRef();
794 e->AddRef();
858 AddRef();
862 ULONG DataObjectImpl::AddRef() { function in class:ui::DataObjectImpl
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h428 // must be the virtual AddRef, since it is overridden by some classes
429 this->AddRef();
437 virtual ULONG STDMETHODCALLTYPE AddRef() function in struct:GalliumComObject
469 virtual ULONG STDMETHODCALLTYPE AddRef() function in struct:GalliumMultiComObject
486 // must be the virtual AddRef, since it is overridden by some classes
487 this->AddRef();
610 ((IUnknown*)p)->AddRef();
861 ((IUnknown*)i->second.first)->AddRef();
924 ((IUnknown*)pData)->AddRef();
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h428 // must be the virtual AddRef, since it is overridden by some classes
429 this->AddRef();
437 virtual ULONG STDMETHODCALLTYPE AddRef() function in struct:GalliumComObject
469 virtual ULONG STDMETHODCALLTYPE AddRef() function in struct:GalliumMultiComObject
486 // must be the virtual AddRef, since it is overridden by some classes
487 this->AddRef();
610 ((IUnknown*)p)->AddRef();
861 ((IUnknown*)i->second.first)->AddRef();
924 ((IUnknown*)pData)->AddRef();
/external/chromium_org/base/
H A Dbind_unittest.cc42 MOCK_CONST_METHOD0(AddRef, void(void));
60 void AddRef(void) const {} function in class:base::__anon2202::Parent
330 EXPECT_CALL(has_ref_, AddRef()).Times(5);
371 EXPECT_CALL(has_ref_, AddRef()).Times(3);
398 EXPECT_CALL(has_ref_, AddRef()).Times(2);
559 // AddRef() and Release().
560 // - Class with AddRef() and Release()
561 // - Class without AddRef() and Release()
562 // - Derived Class with AddRef() and Release()
563 // - Derived Class without AddRef() an
[all...]
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_win.cc33 virtual ULONG STDMETHODCALLTYPE AddRef() OVERRIDE {
34 return IUnknownImpl::AddRef();
44 AddRef();
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_mf_win.cc108 AddRef();
112 STDMETHOD_(ULONG, AddRef)() {
113 base::RefCountedThreadSafe<MFReaderCallback>::AddRef();
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DSwapChain9.cpp343 // TODO: remove the AddRef to match SwapChain11
348 mRenderTarget->AddRef();
356 // TODO: remove the AddRef to match SwapChain11
361 mDepthStencil->AddRef();
369 // TODO: remove the AddRef to match SwapChain11
374 mOffscreenTexture->AddRef();
H A DRenderTarget9.cpp19 // TODO: AddRef the incoming surface to take ownership instead of expecting that its ref is being given.
124 // TODO: remove the AddRef to match RenderTarget11
127 mRenderTarget->AddRef();
/external/chromium_org/base/win/
H A Dscoped_comptr.h22 // Utility template to prevent users of ScopedComPtr from calling AddRef
27 STDMETHOD_(ULONG, AddRef)() = 0;
H A Dscoped_comptr_unittest.cc20 void AddRef() { ++adds; } function in struct:base::win::__anon2611::Dummy
/external/chromium_org/chrome/browser/web_resource/
H A Dweb_resource_service.cc120 AddRef();
/external/chromium_org/components/cronet/android/
H A Dchromium_url_request_context.cc98 adapter->AddRef(); // Hold onto this ref-counted object.
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_state_impl.cc48 // We need to AddRef() the leaky singleton so that Bind doesn't
50 AddRef();
/external/chromium_org/content/browser/ssl/
H A Dssl_error_handler.cc43 AddRef();
/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_output.cc37 audio_output->AddRef();
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideocapturemodule.h109 virtual int32_t AddRef() OVERRIDE {
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkIStream.h35 virtual ULONG STDMETHODCALLTYPE AddRef(void);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp28 virtual ULONG STDMETHODCALLTYPE AddRef();
57 AddRef();
65 ULONG StreamFontFileLoader::AddRef() { function in class:StreamFontFileLoader
94 virtual ULONG STDMETHODCALLTYPE AddRef();
133 AddRef();
141 ULONG StreamFontFileEnumerator::AddRef() { function in class:StreamFontFileEnumerator
188 virtual ULONG STDMETHODCALLTYPE AddRef();
220 AddRef();
228 ULONG StreamFontCollectionLoader::AddRef() { function in class:StreamFontCollectionLoader
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dforward_error_correction.h46 virtual int32_t AddRef();

Completed in 5652 milliseconds

1234567891011>>