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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextField.cpp108 SetStartSelectionPos(static_cast<LONG>(SendMessage(
113 SetStartSelectionPos(0);
118 SetStartSelectionPos(lCurPos);
150 SetStartSelectionPos(-1);
H A Dawt_TextComponent.h115 INLINE VOID SetStartSelectionPos(LONG lPos) { m_lStartPos = lPos; } function in class:AwtTextComponent
H A Dawt_TextArea.cpp368 SetStartSelectionPos(static_cast<LONG>(SendMessage(
373 SetStartSelectionPos(lCurPos);
405 SetStartSelectionPos(-1);

Completed in 33 milliseconds