HomeSort by relevance Sort by last modified time
    Searched defs:CustomDrawButton (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
custom_button.h 126 // CustomDrawButton is a plain button where all its various states are drawn
129 class CustomDrawButton : public 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);
custom_button.cc 217 // CustomDrawButton ------------------------------------------------------------
219 CustomDrawButton::CustomDrawButton(int normal_id,
231 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider,
251 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider,
269 CustomDrawButton::~CustomDrawButton() {
274 void CustomDrawButton::Init()
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.h 131 // CustomDrawButton is a plain button where all its various states are drawn
134 class CustomDrawButton : public content::NotificationObserver {
138 CustomDrawButton(int normal_id,
145 CustomDrawButton(GtkThemeService* theme_provider,
155 CustomDrawButton(GtkThemeService* theme_provider,
162 virtual ~CustomDrawButton();
166 // Make this CustomDrawButton always use the chrome style rendering; it will
203 static CustomDrawButton* CloseButtonBar(GtkThemeService* theme_provider);
207 static CustomDrawButton* CloseButtonBubble(GtkThemeService* theme_provider);
218 CHROMEGTK_CALLBACK_1(CustomDrawButton, gboolean, OnCustomExpose
    [all...]
custom_button.cc 233 // CustomDrawButton ------------------------------------------------------------
235 CustomDrawButton::CustomDrawButton(int normal_id,
248 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider,
269 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider,
288 CustomDrawButton::~CustomDrawButton() {
293 void CustomDrawButton::Init()
    [all...]

Completed in 218 milliseconds