Searched defs:synthetic (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextField.cpp75 AwtTextField::HandleEvent(MSG *msg, BOOL synthetic) argument
91 * The workaround also allows us to implement synthetic focus mechanism.
242 * Store the 'synthetic' parameter so that the WM_PASTE security check
243 * happens only for synthetic events.
245 m_synthetic = synthetic;
246 returnVal = AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_Button.cpp274 MsgRouting AwtButton::HandleEvent(MSG *msg, BOOL synthetic) argument
286 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_Canvas.cpp176 MsgRouting AwtCanvas::HandleEvent(MSG *msg, BOOL synthetic) argument
182 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_Checkbox.cpp329 MsgRouting AwtCheckbox::HandleEvent(MSG *msg, BOOL synthetic) argument
347 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_ScrollPane.cpp408 MsgRouting AwtScrollPane::HandleEvent(MSG *msg, BOOL synthetic) argument
411 // so we can safely (for synthetic focus) pass them to the system proc.
412 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_Scrollbar.cpp263 AwtScrollbar::HandleEvent(MSG *msg, BOOL synthetic) argument
266 // so we can safely (for synthetic focus) pass them to the system proc.
270 // procedure in the WmMouseDown above. Propagating synthetic
272 // doesn't know how to unwrap synthetic release.
276 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_TextArea.cpp335 AwtTextArea::HandleEvent(MSG *msg, BOOL synthetic) argument
350 * The workaround also allows us to implement synthetic focus mechanism.
600 * Store the 'synthetic' parameter so that the WM_PASTE security check
601 * happens only for synthetic events.
603 m_synthetic = synthetic;
604 returnVal = AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_Choice.cpp503 MsgRouting AwtChoice::HandleEvent(MSG *msg, BOOL synthetic) argument
517 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_List.cpp479 MsgRouting AwtList::HandleEvent(MSG *msg, BOOL synthetic) argument
500 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_TextComponent.cpp336 AwtTextComponent::HandleEvent(MSG *msg, BOOL synthetic) argument
341 * Store the 'synthetic' parameter so that the WM_PASTE security check
342 * happens only for synthetic events.
344 m_synthetic = synthetic;
345 returnVal = AwtComponent::HandleEvent(msg, synthetic);
351 * If this Paste is occuring because of a synthetic Java event (e.g.,
H A Dawt_Window.cpp1904 MsgRouting AwtWindow::HandleEvent(MSG *msg, BOOL synthetic) argument
1906 return AwtComponent::HandleEvent(msg, synthetic);
H A Dawt_Component.cpp2244 return mrConsume; /* Don't pass our synthetic event on! */
2460 return mrConsume; /* Don't pass our synthetic event on! */
3727 BOOL synthetic)
5075 BOOL AwtComponent::PostHandleEventMessage(MSG *msg, BOOL synthetic) argument
5095 (WPARAM) synthetic, (LPARAM) msg)) {
3726 WmForwardChar(WCHAR character, LPARAM lParam, BOOL synthetic) argument

Completed in 187 milliseconds