Searched refs:m_refs (Results 1 - 6 of 6) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ | ||
H A D | awt_DnDDS.h | 168 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 D | awt_TextComponent.h | 151 ULONG m_refs; // Reference count member in class:AwtTextComponent::OleCallback |
H A D | awt_DnDDS.cpp | 304 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 D | awt_DnDDT.h | 142 unsigned int m_refs; member in class:AwtDropTarget |
H A D | awt_TextComponent.cpp | 873 m_refs = 0; 891 return ++m_refs; 896 return (ULONG)--m_refs; |
H A D | awt_DnDDT.cpp | 61 m_refs = 1U; 115 return (ULONG)++m_refs; 125 if ((refs = --m_refs) == 0) delete this; |
Completed in 58 milliseconds