Searched refs:GetIconSetForId (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dmenu_gtk.h49 virtual GtkIconSet* GetIconSetForId(int idr) { return NULL; } function in class:MenuGtk::Delegate
H A Dbrowser_toolbar_gtk.h92 virtual GtkIconSet* GetIconSetForId(int idr);
H A Dgtk_theme_service.h87 GtkIconSet* GetIconSetForId(int id) const;
H A Dbrowser_toolbar_gtk.cc317 GtkIconSet* BrowserToolbarGtk::GetIconSetForId(int idr) { function in class:BrowserToolbarGtk
318 return theme_service_->GetIconSetForId(idr);
H A Dgtk_theme_service.cc423 GtkIconSet* GtkThemeService::GetIconSetForId(int id) const { function in class:GtkThemeService
H A Dmenu_gtk.cc70 GtkIconSet* icon_set = delegate->GetIconSetForId(icon_idr);

Completed in 148 milliseconds