Searched refs:WmSize (Results 1 - 10 of 10) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Dialog.h | 69 virtual MsgRouting WmSize(UINT type, int w, int h);
|
H A D | awt_Frame.h | 102 MsgRouting WmSize(UINT type, int w, int h); 198 /* whether WmSize() must unconditionally reset zoomed state */
|
H A D | awt_List.h | 123 MsgRouting WmSize(UINT type, int w, int h);
|
H A D | awt_Dialog.cpp | 618 MsgRouting AwtDialog::WmSize(UINT type, int w, int h) function in class:AwtDialog 626 return AwtFrame::WmSize(type, w, h);
|
H A D | awt_Window.h | 173 virtual MsgRouting WmSize(UINT type, int w, int h);
|
H A D | awt_List.cpp | 395 AwtList::WmSize(UINT type, int w, int h) function in class:AwtList 398 return AwtComponent::WmSize(type, w, h);
|
H A D | awt_Frame.cpp | 818 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 D | awt_Component.h | 509 virtual MsgRouting WmSize(UINT type, int w, int h);
|
H A D | awt_Window.cpp | 1767 MsgRouting AwtWindow::WmSize(UINT type, int w, int h) function in class:AwtWindow 1797 return AwtComponent::WmSize(type, w, h);
|
H A D | awt_Component.cpp | 1475 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