HomeSort by relevance Sort by last modified time
    Searched full:icontheme (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gtk/
IconGtk.cpp 73 GtkIconTheme* iconTheme = gtk_icon_theme_get_default();
75 if(gtk_icon_theme_has_icon(iconTheme, iconName.utf8().data()))
78 if(gtk_icon_theme_has_icon(iconTheme, iconName.utf8().data()))
81 if(gtk_icon_theme_has_icon(iconTheme, iconName.utf8().data()))
84 if(gtk_icon_theme_has_icon(iconTheme, iconName.utf8().data()))
  /external/chromium/base/
mime_util_xdg.cc 33 class IconTheme;
51 std::map<std::string, IconTheme*>* icon_themes_;
56 IconTheme* default_themes_[kDefaultThemeNum];
85 // IconTheme represents an icon theme as defined by the xdg icon theme spec.
88 class IconTheme {
113 explicit IconTheme(const std::string& name);
115 ~IconTheme() {
126 static IconTheme* LoadTheme(const std::string& theme_name);
161 IconTheme::IconTheme(const std::string& name
    [all...]

Completed in 2563 milliseconds