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

/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.h36 int normal_id,
133 CustomDrawButton(int normal_id,
141 int normal_id,
151 int normal_id,
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 274 milliseconds