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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Label.cpp35 // Struct for _SetText() method
236 void AwtLabel::_SetText(void *param) function in class:AwtLabel
354 AwtToolkit::GetInstance().SyncCall(AwtLabel::_SetText, sts);
355 // global refs and sts are deleted in _SetText()
H A Dawt_TextComponent.cpp37 // struct for _SetText() method
529 void AwtTextComponent::_SetText(void *param) function in class:AwtTextComponent
756 AwtToolkit::GetInstance().SyncCall(AwtTextComponent::_SetText, sts);
757 // global refs and sts are deleted in _SetText

Completed in 81 milliseconds