Searched refs:m_refs (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.h168 ULONG m_refs; member in class:AwtDragSource::ADSIEnumFormatEtc
224 ULONG m_refs; member in class:AwtDragSource::ADSIStreamProxy
247 ULONG m_refs; member in class:AwtDragSource
H A Dawt_TextComponent.h151 ULONG m_refs; // Reference count member in class:AwtTextComponent::OleCallback
H A Dawt_DnDDS.cpp304 m_refs = 1;
610 return (ULONG)++m_refs;
620 if ((refs = --m_refs) == 0) delete this;
1242 m_refs = 0;
1285 return (ULONG)++m_refs;
1295 if ((refs = --m_refs) == 0) delete this;
1388 m_refs = 0;
1427 m_refs = 0;
1475 return (ULONG)++m_refs;
1485 if ((refs = --m_refs)
[all...]
H A Dawt_DnDDT.h142 unsigned int m_refs; member in class:AwtDropTarget
H A Dawt_TextComponent.cpp873 m_refs = 0;
891 return ++m_refs;
896 return (ULONG)--m_refs;
H A Dawt_DnDDT.cpp61 m_refs = 1U;
115 return (ULONG)++m_refs;
125 if ((refs = --m_refs) == 0) delete this;

Completed in 58 milliseconds