Searched defs:iconName (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIconGtk.cpp74 String iconName = media + "-" + subtype; local
75 if(gtk_icon_theme_has_icon(iconTheme, iconName.utf8().data()))
76 return iconName;
77 iconName = "gnome-mime-" + media + "-" + subtype;
78 if(gtk_icon_theme_has_icon(iconTheme, iconName.utf8().data()))
79 return iconName;
80 iconName = media + "-x-generic";
81 if(gtk_icon_theme_has_icon(iconTheme, iconName.utf8().data()))
82 return iconName;
83 iconName
101 String iconName = lookupIconName(MIMEType); local
[all...]
/external/libpng/contrib/gregbook/
H A Drpng-x.c441 XTextProperty iconName, *pIconName = &iconName; local
H A Drpng2-x.c836 XTextProperty iconName, *pIconName = &iconName; local
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk3.cpp837 GRefPtr<GdkPixbuf> RenderThemeGtk::getStockIcon(GType widgetType, const char* iconName, gint direction, gint state, gint iconSize) argument
840 GtkIconSet* iconSet = gtk_style_context_lookup_icon_set(context, iconName);
H A DRenderThemeGtk.cpp478 bool RenderThemeGtk::paintMediaButton(RenderObject* renderObject, GraphicsContext* context, const IntRect& rect, const char* iconName) argument
480 GRefPtr<GdkPixbuf> icon = getStockIcon(GTK_TYPE_CONTAINER, iconName,
H A DRenderThemeGtk2.cpp657 GRefPtr<GdkPixbuf> RenderThemeGtk::getStockIcon(GType widgetType, const char* iconName, gint direction, gint state, gint iconSize) argument
662 GtkIconSet* iconSet = gtk_style_lookup_icon_set(style, iconName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 172 milliseconds