HomeSort by relevance Sort by last modified time
    Searched refs:CustomDrawButton (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_titlebar_gtk.h 17 class CustomDrawButton;
53 CustomDrawButton* CreateButton(panel::TitlebarButtonType button_type);
64 CustomDrawButton* close_button() const { return close_button_.get(); }
65 CustomDrawButton* minimize_button() const { return minimize_button_.get(); }
66 CustomDrawButton* restore_button() const { return restore_button_.get(); }
87 scoped_ptr<CustomDrawButton> close_button_;
88 scoped_ptr<CustomDrawButton> minimize_button_;
89 scoped_ptr<CustomDrawButton> restore_button_;
  /external/chromium_org/chrome/browser/ui/gtk/
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...]
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...]
confirm_bubble_gtk.h 18 class CustomDrawButton;
77 scoped_ptr<CustomDrawButton> close_button_;
browser_titlebar.h 27 class CustomDrawButton;
101 CustomDrawButton* CreateTitlebarButton(const std::string& button_name,
111 void UpdateButtonBackground(CustomDrawButton* button);
253 scoped_ptr<CustomDrawButton> minimize_button_;
254 scoped_ptr<CustomDrawButton> maximize_button_;
255 scoped_ptr<CustomDrawButton> restore_button_;
256 scoped_ptr<CustomDrawButton> close_button_;
one_click_signin_bubble_gtk.h 19 class CustomDrawButton;
85 scoped_ptr<CustomDrawButton> close_button_;
browser_toolbar_gtk.h 31 class CustomDrawButton;
185 scoped_ptr<CustomDrawButton> home_;
188 scoped_ptr<CustomDrawButton> wrench_menu_button_;
back_forward_button_gtk.h 53 scoped_ptr<CustomDrawButton> button_;
find_bar_gtk.h 24 class CustomDrawButton;
203 scoped_ptr<CustomDrawButton> find_previous_button_;
204 scoped_ptr<CustomDrawButton> find_next_button_;
214 scoped_ptr<CustomDrawButton> close_button_;
  /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...]
browser_titlebar.h 24 class CustomDrawButton;
108 CustomDrawButton* BuildTitlebarButton(int image, int image_pressed,
217 scoped_ptr<CustomDrawButton> minimize_button_;
218 scoped_ptr<CustomDrawButton> maximize_button_;
219 scoped_ptr<CustomDrawButton> restore_button_;
220 scoped_ptr<CustomDrawButton> close_button_;
browser_toolbar_gtk.h 30 class CustomDrawButton;
178 scoped_ptr<CustomDrawButton> home_;
181 scoped_ptr<CustomDrawButton> wrench_menu_button_;
back_forward_button_gtk.h 53 scoped_ptr<CustomDrawButton> button_;
find_bar_gtk.h 23 class CustomDrawButton;
200 scoped_ptr<CustomDrawButton> find_previous_button_;
201 scoped_ptr<CustomDrawButton> find_next_button_;
211 scoped_ptr<CustomDrawButton> close_button_;
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_mac.h 14 class CustomDrawButton;
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 25 class CustomDrawButton;
120 scoped_ptr<CustomDrawButton> close_button_;
131 scoped_ptr<CustomDrawButton> options_menu_button_;
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 26 class CustomDrawButton;
116 scoped_ptr<CustomDrawButton> close_button_;
127 scoped_ptr<CustomDrawButton> options_menu_button_;
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.h 52 scoped_ptr<CustomDrawButton> close_button_;
extension_installed_bubble_gtk.h 67 scoped_ptr<CustomDrawButton> close_button_;
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 25 class CustomDrawButton;
126 scoped_ptr<CustomDrawButton> close_button_;
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 20 class CustomDrawButton;
118 scoped_ptr<CustomDrawButton> close_button_;
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 25 class CustomDrawButton;
135 scoped_ptr<CustomDrawButton> close_button_;
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 91 scoped_ptr<CustomDrawButton> close_button_;
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 21 class CustomDrawButton;
138 scoped_ptr<CustomDrawButton> close_button_;

Completed in 244 milliseconds

1 2 3