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

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_AWTEvent.cpp42 void AwtAWTEvent::saveMSG(JNIEnv *env, MSG *pMsg, jobject jevent) argument
100 MSG *pMsg; local
H A Dawt_Button.cpp266 BOOL AwtButton::IsFocusingMouseMessage(MSG *pMsg) { argument
270 BOOL AwtButton::IsFocusingKeyMessage(MSG *pMsg) { argument
H A Dawt_Checkbox.cpp322 BOOL AwtCheckbox::IsFocusingMouseMessage(MSG *pMsg) { argument
326 BOOL AwtCheckbox::IsFocusingKeyMessage(MSG *pMsg) { argument
H A Dawt_TrayIcon.cpp540 void AwtTrayIcon::SendActionEvent(jint id, jlong when, jint modifiers, MSG *pMsg) argument
483 SendMouseEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount, jboolean popupTrigger, jint button, MSG *pMsg) argument
H A Dawt_TextComponent.cpp352 BOOL AwtTextComponent::IsFocusingMouseMessage(MSG *pMsg) argument
H A Dawt_List.cpp474 BOOL AwtList::IsFocusingMouseMessage(MSG *pMsg) argument
H A Dawt_Component.cpp2256 MSG* pMsg = new MSG; local
4858 SendKeyEvent(jint id, jlong when, jint raw, jint cooked, jint modifiers, jint keyLocation, jlong nativeCode, MSG *pMsg) argument
4968 SendMouseEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount, jboolean popupTrigger, jint button, MSG *pMsg) argument
5031 SendMouseWheelEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount, jboolean popupTrigger, jint scrollType, jint scrollAmount, jint roundedWheelRotation, jdouble preciseWheelRotation, MSG *pMsg) argument
5490 IsFocusingMouseMessage(MSG *pMsg) argument
5494 IsFocusingKeyMessage(MSG *pMsg) argument
[all...]

Completed in 149 milliseconds