HomeSort by relevance Sort by last modified time
    Searched defs:CustomDrawButton (Results 1 - 2 of 2) 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...]

Completed in 160 milliseconds