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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextField.cpp123 cr.cpMax = GetEndSelectionPos();
135 if (GetStartSelectionPos() == -1 && GetEndSelectionPos() == -1) {
184 GetEndSelectionPos() != -1 &&
H A Dawt_TextComponent.h113 INLINE LONG GetEndSelectionPos() { return m_lEndPos; } function in class:AwtTextComponent
H A Dawt_TextArea.cpp377 cr.cpMax = GetEndSelectionPos();
390 if (GetStartSelectionPos() == -1 && GetEndSelectionPos() == -1) {
447 GetEndSelectionPos() != -1 &&

Completed in 64 milliseconds