Searched refs:SetEndSelectionPos (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextField.cpp110 SetEndSelectionPos(static_cast<LONG>(SendMessage(
114 SetEndSelectionPos(GetTextLength());
119 SetEndSelectionPos(lCurPos);
151 SetEndSelectionPos(-1);
H A Dawt_TextComponent.h116 INLINE VOID SetEndSelectionPos(LONG lPos) { m_lEndPos = lPos; } function in class:AwtTextComponent
H A Dawt_TextArea.cpp370 SetEndSelectionPos(static_cast<LONG>(SendMessage(
374 SetEndSelectionPos(lCurPos);
406 SetEndSelectionPos(-1);

Completed in 47 milliseconds