OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iconInfo
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gtk/
ImageGtk.cpp
89
GtkIconInfo*
iconInfo
= gtk_icon_theme_lookup_icon(gtk_icon_theme_get_default(),
92
if (!
iconInfo
)
93
iconInfo
= gtk_icon_theme_lookup_icon(gtk_icon_theme_get_default(),
96
if (
iconInfo
) {
97
GOwnPtr<GtkIconInfo> info(
iconInfo
);
/external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp
82
ICONINFO
iconInfo
;
83
if (!GetIconInfo(shfi.hIcon, &
iconInfo
)) {
89
DeleteObject(
iconInfo
.hbmMask);
91
return
iconInfo
.hbmColor;
Completed in 65 milliseconds