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

12

/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_;
H A Dback_forward_button_gtk.cc45 button_.reset(new CustomDrawButton(
H A Dbrowser_actions_toolbar_gtk.h184 scoped_ptr<CustomDrawButton> overflow_button_;
H A Dbrowser_toolbar_gtk.cc162 home_.reset(new CustomDrawButton(GtkThemeService::GetFrom(profile_),
194 wrench_menu_button_.reset(new CustomDrawButton(
H A Dbrowser_window_gtk.h30 class CustomDrawButton;
H A Dbrowser_actions_toolbar_gtk.cc95 button_.reset(new CustomDrawButton(
329 scoped_ptr<CustomDrawButton> button_;
382 overflow_button_.reset(new CustomDrawButton(
H A Dbrowser_titlebar.cc507 CustomDrawButton* BrowserTitlebar::BuildTitlebarButton(int image,
509 CustomDrawButton* button = new CustomDrawButton(image, image_pressed,
H A Dfind_bar_gtk.cc238 close_button_.reset(CustomDrawButton::CloseButton(theme_service_));
246 find_next_button_.reset(new CustomDrawButton(theme_service_,
256 find_previous_button_.reset(new CustomDrawButton(theme_service_,
/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_;
H A Dballoon_view_gtk.cc280 close_button_.reset(new CustomDrawButton(IDR_TAB_CLOSE,
299 options_menu_button_.reset(new CustomDrawButton(IDR_BALLOON_WRENCH,
/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_;
H A Dinfobar_gtk.cc72 close_button_.reset(CustomDrawButton::CloseButton(NULL));
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.h25 class CustomDrawButton;
126 scoped_ptr<CustomDrawButton> close_button_;
H A Ddownload_shelf_gtk.cc112 close_button_.reset(CustomDrawButton::CloseButton(theme_service_));
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_installed_bubble_gtk.h91 scoped_ptr<CustomDrawButton> close_button_;
H A Dextension_installed_bubble_gtk.cc255 close_button_.reset(CustomDrawButton::CloseButton(theme_provider));
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h29 class CustomDrawButton;
353 CustomDrawButton* MakeCloseButton();
445 scoped_ptr<CustomDrawButton> close_button_;
H A Dtab_strip_gtk.h25 class CustomDrawButton;
272 CustomDrawButton* MakeNewTabButton();
447 scoped_ptr<CustomDrawButton> newtab_button_;
H A Dtab_renderer_gtk.cc993 CustomDrawButton* TabRendererGtk::MakeCloseButton() {
994 CustomDrawButton* button = new CustomDrawButton(IDR_TAB_CLOSE,

Completed in 1944 milliseconds

12