Home
last modified time | relevance | path

Searched refs:stock_id (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_util.h166 const gchar* stock_id, gint response_id);
169 const gchar* stock_id);
Dcustom_button.cc253 const char* stock_id, in CustomDrawButton() argument
259 native_widget_.Own(gtk_image_new_from_stock(stock_id, stock_size)); in CustomDrawButton()
Dcustom_button.h150 const char* stock_id,
Dgtk_util.cc599 const gchar* stock_id, gint response_id) { in AddButtonToDialog() argument
602 gtk_image_new_from_stock(stock_id, in AddButtonToDialog()
610 const gchar* stock_id) { in BuildDialogButton() argument
615 gtk_image_new_from_stock(stock_id, in BuildDialogButton()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_util.h214 const gchar* stock_id, gint response_id);
217 const gchar* stock_id);
Dcustom_button.cc236 const char* stock_id, in CustomDrawButton() argument
241 native_widget_.Own(gtk_image_new_from_stock(stock_id, stock_size)); in CustomDrawButton()
Dcustom_button.h145 const char* stock_id,
Dgtk_util.cc639 const gchar* stock_id, gint response_id) { in AddButtonToDialog() argument
642 gtk_image_new_from_stock(stock_id, in AddButtonToDialog()
650 const gchar* stock_id) { in BuildDialogButton() argument
655 gtk_image_new_from_stock(stock_id, in BuildDialogButton()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dgtk2_ui.cc147 const char* stock_id; member
1026 const char* stock_id = NULL; in GenerateGTKIcon() local
1030 stock_id = kGtkIcons[i].stock_id; in GenerateGTKIcon()
1035 DCHECK(stock_id); in GenerateGTKIcon()
1042 GtkIconSet* icon_set = gtk_style_lookup_icon_set(style, stock_id); in GenerateGTKIcon()