Searched refs:m_lEndPos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.h113 INLINE LONG GetEndSelectionPos() { return m_lEndPos; }
116 INLINE VOID SetEndSelectionPos(LONG lPos) { m_lEndPos = lPos; }
162 LONG m_lEndPos; member in class:AwtTextComponent
H A Dawt_TextComponent.cpp65 m_lEndPos = -1;

Completed in 76 milliseconds