Searched refs:CustomDrawButton (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_titlebar_gtk.h17 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/
H A Dcustom_button.cc233 // CustomDrawButton ------------------------------------------------------------
235 CustomDrawButton::CustomDrawButton(int normal_id, function in class:CustomDrawButton
248 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider, function in class:CustomDrawButton
269 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider, function in class:CustomDrawButton
288 CustomDrawButton::~CustomDrawButton() {
293 void CustomDrawButton
[all...]
H A Dcustom_button.h131 // CustomDrawButton is a plain button where all its various states are drawn
134 class CustomDrawButton : public content::NotificationObserver { class in inherits: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, gboolea
[all...]
H A Dconfirm_bubble_gtk.h18 class CustomDrawButton;
77 scoped_ptr<CustomDrawButton> close_button_;
H A Dbrowser_titlebar.h27 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_;
H A Done_click_signin_bubble_gtk.h19 class CustomDrawButton;
85 scoped_ptr<CustomDrawButton> close_button_;
H A Dback_forward_button_gtk.h53 scoped_ptr<CustomDrawButton> button_;
H A Dbrowser_toolbar_gtk.h31 class CustomDrawButton;
185 scoped_ptr<CustomDrawButton> home_;
188 scoped_ptr<CustomDrawButton> wrench_menu_button_;
/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 Dbrowser_titlebar.h24 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_;
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);
H A Dback_forward_button_gtk.h53 scoped_ptr<CustomDrawButton> button_;
H A Dfind_bar_gtk.h23 class CustomDrawButton;
200 scoped_ptr<CustomDrawButton> find_previous_button_;
201 scoped_ptr<CustomDrawButton> find_next_button_;
211 scoped_ptr<CustomDrawButton> close_button_;
H A Dbrowser_toolbar_gtk.h30 class CustomDrawButton;
178 scoped_ptr<CustomDrawButton> home_;
181 scoped_ptr<CustomDrawButton> wrench_menu_button_;
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h25 class CustomDrawButton;
120 scoped_ptr<CustomDrawButton> close_button_;
131 scoped_ptr<CustomDrawButton> options_menu_button_;
/external/chromium_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h26 class CustomDrawButton;
116 scoped_ptr<CustomDrawButton> close_button_;
127 scoped_ptr<CustomDrawButton> options_menu_button_;
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_mac.h14 class CustomDrawButton;
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_gtk.h20 class CustomDrawButton;
118 scoped_ptr<CustomDrawButton> close_button_;
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dbundle_installed_bubble_gtk.h52 scoped_ptr<CustomDrawButton> close_button_;
H A Dextension_installed_bubble_gtk.h67 scoped_ptr<CustomDrawButton> close_button_;
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.h25 class CustomDrawButton;
126 scoped_ptr<CustomDrawButton> close_button_;
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.h25 class CustomDrawButton;
135 scoped_ptr<CustomDrawButton> close_button_;
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dinfobar_gtk.h21 class CustomDrawButton;
138 scoped_ptr<CustomDrawButton> close_button_;
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
H A Dwebsite_settings_popup_gtk.h21 class CustomDrawButton;
132 scoped_ptr<CustomDrawButton> close_button_;
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_installed_bubble_gtk.h91 scoped_ptr<CustomDrawButton> close_button_;

Completed in 387 milliseconds

123