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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextField.cpp122 cr.cpMin = GetStartSelectionPos();
135 if (GetStartSelectionPos() == -1 && GetEndSelectionPos() == -1) {
183 if (GetStartSelectionPos() != -1 &&
191 cr.cpMin = GetStartSelectionPos();
H A Dawt_TextArea.cpp376 cr.cpMin = GetStartSelectionPos();
390 if (GetStartSelectionPos() == -1 && GetEndSelectionPos() == -1) {
446 if (GetStartSelectionPos() != -1 &&
454 cr.cpMin = GetStartSelectionPos();
H A Dawt_TextComponent.h112 INLINE LONG GetStartSelectionPos() { return m_lStartPos; } function in class:AwtTextComponent

Completed in 27 milliseconds