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

/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.cc217 // CustomDrawButton ------------------------------------------------------------
219 CustomDrawButton::CustomDrawButton(int normal_id, function in class:CustomDrawButton
231 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider, function in class:CustomDrawButton
251 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider, function in class:CustomDrawButton
269 CustomDrawButton::~CustomDrawButton() {
274 void CustomDrawButton
[all...]
H A Dcustom_button.h126 // CustomDrawButton is a plain button where all its various states are drawn
129 class CustomDrawButton : public NotificationObserver { class in inherits:NotificationObserver
133 CustomDrawButton(int normal_id,
140 CustomDrawButton(GtkThemeService* theme_provider,
150 CustomDrawButton(GtkThemeService* theme_provider,
157 ~CustomDrawButton();
194 static CustomDrawButton* CloseButton(GtkThemeService* theme_provider);
205 CHROMEGTK_CALLBACK_1(CustomDrawButton, gboolean, OnCustomExpose,
224 DISALLOW_COPY_AND_ASSIGN(CustomDrawButton);

Completed in 55 milliseconds