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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.h114 INLINE LONG GetLastSelectionPos() { return m_lLastPos; }
117 INLINE VOID SetLastSelectionPos(LONG lPos) { m_lLastPos = lPos; }
163 LONG m_lLastPos; member in class:AwtTextComponent
H A Dawt_TextComponent.cpp66 m_lLastPos = -1;

Completed in 31 milliseconds