Searched defs:hitTest (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Dialog.cpp204 MsgRouting AwtDialog::WmNcMouseDown(WPARAM hitTest, int x, int y, int button) { argument
212 if ((button & DBL_CLICK) && hitTest == HTCAPTION) {
216 return AwtFrame::WmNcMouseDown(hitTest, x, y, button);
H A Dawt_Frame.cpp502 MsgRouting AwtFrame::WmNcMouseUp(WPARAM hitTest, int x, int y, int button) { argument
509 if (hitTest == HTMINBUTTON) {
517 if ((button & DBL_CLICK) && hitTest == HTCAPTION) {
528 switch (hitTest) {
542 return AwtWindow::WmNcMouseUp(hitTest, x, y, button);
545 MsgRouting AwtFrame::WmNcMouseDown(WPARAM hitTest, int x, int y, int button) { argument
552 switch (hitTest) {
573 grabbedHitTest = hitTest;
579 return AwtWindow::WmNcMouseDown(hitTest, x, y, button);
H A Dawt_Window.cpp342 MsgRouting AwtWindow::WmNcMouseDown(WPARAM hitTest, int x, int y, int button) { argument
346 return AwtCanvas::WmNcMouseDown(hitTest, x, y, button);
H A Dawt_Component.cpp2279 MsgRouting AwtComponent::WmNcMouseDown(WPARAM hitTest, int x, int y, int button) { argument
2282 MsgRouting AwtComponent::WmNcMouseUp(WPARAM hitTest, int x, int y, int button) { argument

Completed in 79 milliseconds