Home
last modified time | relevance | path

Searched refs:shfi (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/win/
DDragImageWin.cpp66 SHFILEINFO shfi = {0}; in createDragImageIconForCachedImage() local
68 &shfi, sizeof(shfi), SHGFI_ICON | SHGFI_USEFILEATTRIBUTES))) in createDragImageIconForCachedImage()
72 if (!GetIconInfo(shfi.hIcon, &iconInfo)) { in createDragImageIconForCachedImage()
73 DestroyIcon(shfi.hIcon); in createDragImageIconForCachedImage()
77 DestroyIcon(shfi.hIcon); in createDragImageIconForCachedImage()
/external/bluetooth/glib/gio/
Dgwin32mount.c218 SHFILEINFOW shfi; in g_win32_mount_get_icon() local
221 if (SHGetFileInfoW (wfn, 0, &shfi, sizeof (shfi), SHGFI_ICONLOCATION)) in g_win32_mount_get_icon()
223 gchar *name = g_utf16_to_utf8 (shfi.szDisplayName, -1, NULL, NULL, NULL); in g_win32_mount_get_icon()
224 gchar *id = g_strdup_printf ("%s,%i", name, shfi.iIcon); in g_win32_mount_get_icon()