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

/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.cc20 int normal_id,
26 normal_id_(normal_id),
219 CustomDrawButton::CustomDrawButton(int normal_id, argument
223 : button_base_(NULL, normal_id, pressed_id, hover_id, disabled_id),
232 int normal_id,
238 : button_base_(theme_provider, normal_id, pressed_id, hover_id,
252 int normal_id,
257 : button_base_(theme_provider, normal_id, pressed_id, hover_id,
19 CustomDrawButtonBase(GtkThemeService* theme_provider, int normal_id, int pressed_id, int hover_id, int disabled_id) argument
231 CustomDrawButton(GtkThemeService* theme_provider, int normal_id, int pressed_id, int hover_id, int disabled_id, const char* stock_id, GtkIconSize stock_size) argument
251 CustomDrawButton(GtkThemeService* theme_provider, int normal_id, int pressed_id, int hover_id, int disabled_id, GtkWidget* native_widget) argument

Completed in 35 milliseconds