Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/ui/gtk/
Dcustom_button.cc219 CustomDrawButton::CustomDrawButton(int normal_id, in CustomDrawButton() function in CustomDrawButton
231 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider, in CustomDrawButton() function in CustomDrawButton
251 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider, in CustomDrawButton() function in CustomDrawButton
269 CustomDrawButton::~CustomDrawButton() { in ~CustomDrawButton()
274 void CustomDrawButton::Init() { in Init()
282 void CustomDrawButton::Observe(NotificationType type, in Observe()
288 void CustomDrawButton::SetPaintOverride(GtkStateType state) { in SetPaintOverride()
294 void CustomDrawButton::UnsetPaintOverride() { in UnsetPaintOverride()
300 void CustomDrawButton::SetBackground(SkColor color, in SetBackground()
305 gboolean CustomDrawButton::OnCustomExpose(GtkWidget* sender, in OnCustomExpose()
[all …]
Dcustom_button.h129 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);
Dbrowser_titlebar.h24 class CustomDrawButton; variable
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_;
Dfind_bar_gtk.h23 class CustomDrawButton; variable
200 scoped_ptr<CustomDrawButton> find_previous_button_;
201 scoped_ptr<CustomDrawButton> find_next_button_;
211 scoped_ptr<CustomDrawButton> close_button_;
Dbrowser_toolbar_gtk.h30 class CustomDrawButton; variable
178 scoped_ptr<CustomDrawButton> home_;
181 scoped_ptr<CustomDrawButton> wrench_menu_button_;
Dback_forward_button_gtk.h53 scoped_ptr<CustomDrawButton> button_;
Dback_forward_button_gtk.cc45 button_.reset(new CustomDrawButton( in BackForwardButtonGtk()
Dbrowser_actions_toolbar_gtk.h184 scoped_ptr<CustomDrawButton> overflow_button_;
Dbrowser_actions_toolbar_gtk.cc95 button_.reset(new CustomDrawButton( in BrowserActionButton()
329 scoped_ptr<CustomDrawButton> button_;
382 overflow_button_.reset(new CustomDrawButton( in BrowserActionsToolbarGtk()
Dbrowser_titlebar.cc507 CustomDrawButton* BrowserTitlebar::BuildTitlebarButton(int image, in BuildTitlebarButton()
509 CustomDrawButton* button = new CustomDrawButton(image, image_pressed, in BuildTitlebarButton()
Dfind_bar_gtk.cc238 close_button_.reset(CustomDrawButton::CloseButton(theme_service_)); in InitWidgets()
246 find_next_button_.reset(new CustomDrawButton(theme_service_, in InitWidgets()
256 find_previous_button_.reset(new CustomDrawButton(theme_service_, in InitWidgets()
Dbrowser_toolbar_gtk.cc162 home_.reset(new CustomDrawButton(GtkThemeService::GetFrom(profile_), in Init()
194 wrench_menu_button_.reset(new CustomDrawButton( in Init()
Dbrowser_window_gtk.h30 class CustomDrawButton; variable
/external/chromium/chrome/browser/ui/gtk/notifications/
Dballoon_view_gtk.h25 class CustomDrawButton; variable
120 scoped_ptr<CustomDrawButton> close_button_;
131 scoped_ptr<CustomDrawButton> options_menu_button_;
Dballoon_view_gtk.cc280 close_button_.reset(new CustomDrawButton(IDR_TAB_CLOSE, in Show()
299 options_menu_button_.reset(new CustomDrawButton(IDR_BALLOON_WRENCH, in Show()
/external/chromium/chrome/browser/ui/gtk/infobars/
Dinfobar_gtk.h20 class CustomDrawButton; variable
118 scoped_ptr<CustomDrawButton> close_button_;
Dinfobar_gtk.cc72 close_button_.reset(CustomDrawButton::CloseButton(NULL)); in InfoBar()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_shelf_gtk.h25 class CustomDrawButton; variable
126 scoped_ptr<CustomDrawButton> close_button_;
Ddownload_shelf_gtk.cc112 close_button_.reset(CustomDrawButton::CloseButton(theme_service_)); in DownloadShelfGtk()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.h29 class CustomDrawButton; variable
353 CustomDrawButton* MakeCloseButton();
445 scoped_ptr<CustomDrawButton> close_button_;
Dtab_strip_gtk.h25 class CustomDrawButton; variable
272 CustomDrawButton* MakeNewTabButton();
447 scoped_ptr<CustomDrawButton> newtab_button_;
Dtab_renderer_gtk.cc993 CustomDrawButton* TabRendererGtk::MakeCloseButton() { in MakeCloseButton()
994 CustomDrawButton* button = new CustomDrawButton(IDR_TAB_CLOSE, in MakeCloseButton()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_mac.h14 class CustomDrawButton; variable
/external/chromium/chrome/browser/ui/gtk/extensions/
Dextension_installed_bubble_gtk.h91 scoped_ptr<CustomDrawButton> close_button_;
Dextension_installed_bubble_gtk.cc255 close_button_.reset(CustomDrawButton::CloseButton(theme_provider)); in ShowInternal()

12