Searched defs:getWin32SelPos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextArea.cpp652 LONG AwtTextArea::getWin32SelPos(LONG orgPos) function in class:AwtTextArea
662 cr.cpMin = getWin32SelPos(start);
663 cr.cpMax = getWin32SelPos(end);
H A Dawt_TextComponent.cpp422 LONG AwtTextComponent::getWin32SelPos(LONG orgPos) function in class:AwtTextComponent
479 getWin32SelPos(start),
480 getWin32SelPos(end));

Completed in 7970 milliseconds