Searched defs:notifyCode (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Checkbox.cpp174 AwtCheckbox::WmNotify(UINT notifyCode) argument
176 if (notifyCode == BN_CLICKED) {
H A Dawt_TextArea.cpp317 AwtTextArea::WmNotify(UINT notifyCode) argument
319 if (notifyCode == EN_CHANGE) {
H A Dawt_Choice.cpp438 MsgRouting AwtChoice::WmNotify(UINT notifyCode) argument
440 if (notifyCode == CBN_SELCHANGE) {
446 } else if (notifyCode == CBN_DROPDOWN) {
462 } else if (notifyCode == CBN_CLOSEUP) {
H A Dawt_List.cpp527 AwtList::WmNotify(UINT notifyCode) argument
529 if (notifyCode == LBN_SELCHANGE || notifyCode == LBN_DBLCLK) {
533 if (notifyCode == LBN_SELCHANGE) {
536 else if (notifyCode == LBN_DBLCLK) {
H A Dawt_MenuItem.cpp229 MsgRouting AwtMenuItem::WmNotify(UINT notifyCode) argument
H A Dawt_TextComponent.cpp322 AwtTextComponent::WmNotify(UINT notifyCode) argument
324 if (notifyCode == EN_CHANGE) {
H A Dawt_Component.cpp4076 MsgRouting AwtComponent::WmCommand(UINT id, HWND hWndChild, UINT notifyCode) argument
4092 child->WmNotify(notifyCode);
4098 MsgRouting AwtComponent::WmNotify(UINT notifyCode) argument

Completed in 80 milliseconds