Searched refs:GetText (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_InputTextInfor.h53 jstring GetText() const { return m_jtext; } function in class:AwtInputTextInfor
H A Dawt_TextComponent.h67 INLINE virtual int GetText(LPTSTR buffer, int size) { function in class:AwtTextComponent
H A Dawt_InputTextInfor.cpp139 jstring jresultText = m_pResultTextInfor->GetText();
H A Dawt_TextComponent.cpp407 GetText(wbuf, wlen + 1);
432 GetText(wbuf, wlen + 1);
508 c->GetText(buf, len + 1);
H A Dawt_Checkbox.cpp532 GetText(peerStr, len+1);
H A Dawt_TextArea.cpp636 GetText(wbuf, wlen + 1);
H A Dawt_Component.h183 INLINE int GetText(LPTSTR buffer, int size) { function in class:AwtComponent
H A Dawt_Component.cpp3856 jstring jtextString = textInfor->GetText();

Completed in 50 milliseconds