Searched refs:AddRef (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DnDDS.cpp589 AddRef();
593 AddRef();
597 AddRef();
608 * AddRef
611 ULONG __stdcall AwtDragSource::AddRef() { function in class:AwtDragSource
773 //return outside, so AddRef the instance of pstm or hGlobal!
775 pmedium->pstm->AddRef();
778 AddRef();
1262 m_parent->AddRef();
1264 AddRef();
1302 ULONG __stdcall AwtDragSource::ADSIEnumFormatEtc::AddRef(void) { function in class:AwtDragSource::ADSIEnumFormatEtc
1492 ULONG __stdcall AwtDragSource::ADSIStreamProxy::AddRef(void) { function in class:AwtDragSource::ADSIStreamProxy
[all...]
H A Dawt_DnDDS.h58 virtual ULONG __stdcall AddRef(void);
156 virtual ULONG __stdcall AddRef(void);
186 virtual ULONG __stdcall AddRef(void);
H A Dawt_DnDDT.h54 virtual ULONG __stdcall AddRef(void);
264 m_pIUnknown->AddRef();
H A Dawt_TextComponent.h148 STDMETHODIMP_(ULONG) AddRef();
H A Dawt_DnDDT.cpp103 AddRef();
111 * AddRef
114 ULONG __stdcall AwtDropTarget::AddRef() { function in class:AwtDropTarget
1025 (m_dataObject = pDataObj)->AddRef();
1249 m_istream->AddRef();
H A Dawt_TextComponent.cpp923 AddRef();
930 AddRef();
939 AwtTextComponent::OleCallback::AddRef() { function in class:AwtTextComponent::OleCallback
/openjdk9/hotspot/src/jdk.hotspot.agent/windows/native/libsaproc/
H A Dsawindbg.cpp202 STDMETHOD_(ULONG, AddRef)(THIS);
212 STDMETHODIMP_(ULONG) SAOutputCallbacks::AddRef(THIS) { function in class:SAOutputCallbacks
235 AddRef();
287 ptrIDebugOutputCallbacks->AddRef();
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DResourceManager.cpp52 pResource->AddRef();
57 pResource->AddRef();
/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-tuple.h126 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
129 struct AddRef { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
131 struct AddRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
133 // A handy wrapper for AddRef.
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type

Completed in 181 milliseconds