Searched refs:getIShellIcon (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java903 private static native long getIShellIcon(long pIShellFolder); method in class:Win32ShellFolder2
931 private long getIShellIcon() { method in class:Win32ShellFolder2
933 pIShellIcon = getIShellIcon(getIShellFolder());
966 ? ((Win32ShellFolder2) parent).getIShellIcon()
/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp256 static IShellIcon* getIShellIcon(IShellFolder* pIShellFolder) { function
272 * Method: getIShellIcon
278 return (jlong)getIShellIcon((IShellFolder*)parentIShellFolder);

Completed in 256 milliseconds