Searched refs:iconType (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java346 Win32ShellFolder2.SystemIcon iconType;
348 iconType = Win32ShellFolder2.SystemIcon.IDI_ERROR;
350 iconType = Win32ShellFolder2.SystemIcon.IDI_INFORMATION;
352 iconType = Win32ShellFolder2.SystemIcon.IDI_QUESTION;
354 iconType = Win32ShellFolder2.SystemIcon.IDI_EXCLAMATION;
358 return Win32ShellFolder2.getSystemIcon(iconType);
H A DWin32ShellFolder2.java1017 static Image getSystemIcon(SystemIcon iconType) { argument
1018 long hIcon = getSystemIcon(iconType.getIconID());
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Frame.h93 virtual HICON GetEffectiveIcon(int iconType);
112 MsgRouting WmGetIcon(WPARAM iconType, LRESULT& retVal);
H A Dawt_Dialog.h62 virtual HICON GetEffectiveIcon(int iconType);
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.h181 virtual MsgRouting WmGetIcon(WPARAM iconType, LRESULT& retVal);
H A Dawt_Window.cpp1861 MsgRouting AwtWindow::WmGetIcon(WPARAM iconType, LRESULT& retValue) argument

Completed in 460 milliseconds