Searched refs:WmSize (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Dialog.h69 virtual MsgRouting WmSize(UINT type, int w, int h);
H A Dawt_Frame.h102 MsgRouting WmSize(UINT type, int w, int h);
198 /* whether WmSize() must unconditionally reset zoomed state */
H A Dawt_List.h123 MsgRouting WmSize(UINT type, int w, int h);
H A Dawt_Dialog.cpp618 MsgRouting AwtDialog::WmSize(UINT type, int w, int h) function in class:AwtDialog
626 return AwtFrame::WmSize(type, w, h);
H A Dawt_Window.h173 virtual MsgRouting WmSize(UINT type, int w, int h);
H A Dawt_List.cpp395 AwtList::WmSize(UINT type, int w, int h) function in class:AwtList
398 return AwtComponent::WmSize(type, w, h);
H A Dawt_Frame.cpp818 MsgRouting AwtFrame::WmSize(UINT type, int w, int h) function in class:AwtFrame
829 DTRACE_PRINTLN6("AwtFrame::WmSize: %dx%d,%s visible, state%s%s%s",
879 DTRACE_PRINTLN2("AwtFrame::WmSize: reporting state change %x -> %x",
904 return AwtWindow::WmSize(type, w, h);
1295 // The SetWindowPlacement() causes the WmSize() invocation
H A Dawt_Component.h509 virtual MsgRouting WmSize(UINT type, int w, int h);
H A Dawt_Window.cpp1767 MsgRouting AwtWindow::WmSize(UINT type, int w, int h) function in class:AwtWindow
1797 return AwtComponent::WmSize(type, w, h);
H A Dawt_Component.cpp1475 mr = WmSize(static_cast<UINT>(wParam), r.right - r.left, r.bottom - r.top);
1476 //mr = WmSize(wParam, LOWORD(lParam), HIWORD(lParam));
2014 MsgRouting AwtComponent::WmSize(UINT type, int w, int h) function in class:AwtComponent

Completed in 1101 milliseconds