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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Dialog.cpp402 HICON AwtDialog::GetEffectiveIcon(int iconType) argument
406 BOOL smallIcon = ((iconType == ICON_SMALL) || (iconType == 2/*ICON_SMALL2*/));
H A Dawt_Frame.cpp1074 MsgRouting AwtFrame::WmGetIcon(WPARAM iconType, LRESULT& retVal) argument
1079 if (iconType <= 2 /*ICON_SMALL2*/) {
1080 retVal = (LRESULT)GetEffectiveIcon(iconType);
1098 HICON AwtFrame::GetEffectiveIcon(int iconType) argument
1100 BOOL smallIcon = ((iconType == ICON_SMALL) || (iconType == 2/*ICON_SMALL2*/));
H A Dawt_Window.cpp1861 MsgRouting AwtWindow::WmGetIcon(WPARAM iconType, LRESULT& retValue) argument
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java1017 static Image getSystemIcon(SystemIcon iconType) { argument
1018 long hIcon = getSystemIcon(iconType.getIconID());

Completed in 58 milliseconds