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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.h112 INLINE LONG GetStartSelectionPos() { return m_lStartPos; }
115 INLINE VOID SetStartSelectionPos(LONG lPos) { m_lStartPos = lPos; }
161 LONG m_lStartPos; member in class:AwtTextComponent
H A Dawt_TextComponent.cpp64 m_lStartPos = -1;

Completed in 32 milliseconds