HomeSort by relevance Sort by last modified time
    Searched refs:GtkIconSet (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 31 typedef struct _GtkIconSet GtkIconSet;
87 GtkIconSet* GetIconSetForId(int id) const;
285 // A GtkIconSet that has the tinted icons for the NORMAL and PRELIGHT states
288 GtkIconSet* fullscreen_icon_set_;
browser_toolbar_gtk.h 92 virtual GtkIconSet* GetIconSetForId(int idr);
menu_gtk.h 49 virtual GtkIconSet* GetIconSetForId(int idr) { return NULL; }
reload_button_gtk.cc 229 GtkIconSet* icon_set = gtk_style_lookup_icon_set(
gtk_theme_service.cc 202 GtkIconSet* icon_set) {
423 GtkIconSet* GtkThemeService::GetIconSetForId(int id) const {
    [all...]
browser_toolbar_gtk.cc 317 GtkIconSet* BrowserToolbarGtk::GetIconSetForId(int idr) {
menu_gtk.cc 70 GtkIconSet* icon_set = delegate->GetIconSetForId(icon_idr);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 87 GtkIconSet* iconSet = gtk_icon_set_new();
RenderThemeGtk2.cpp 662 GtkIconSet* iconSet = gtk_style_lookup_icon_set(style, iconName);
    [all...]
RenderThemeGtk3.cpp     [all...]

Completed in 94 milliseconds