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

1 2

  /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_;
back_forward_button_gtk.cc 45 button_.reset(new CustomDrawButton(
browser_actions_toolbar_gtk.h 184 scoped_ptr<CustomDrawButton> overflow_button_;
browser_window_gtk.h 30 class CustomDrawButton;
browser_toolbar_gtk.cc 162 home_.reset(new CustomDrawButton(GtkThemeService::GetFrom(profile_),
194 wrench_menu_button_.reset(new CustomDrawButton(
browser_actions_toolbar_gtk.cc 95 button_.reset(new CustomDrawButton(
329 scoped_ptr<CustomDrawButton> button_;
382 overflow_button_.reset(new CustomDrawButton(
    [all...]
browser_titlebar.cc 507 CustomDrawButton* BrowserTitlebar::BuildTitlebarButton(int image,
509 CustomDrawButton* button = new CustomDrawButton(image, image_pressed,
    [all...]
find_bar_gtk.cc 238 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_,
    [all...]
  /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_;
balloon_view_gtk.cc 280 close_button_.reset(new CustomDrawButton(IDR_TAB_CLOSE,
299 options_menu_button_.reset(new CustomDrawButton(IDR_BALLOON_WRENCH,
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 25 class CustomDrawButton;
126 scoped_ptr<CustomDrawButton> close_button_;
download_shelf_gtk.cc 112 close_button_.reset(CustomDrawButton::CloseButton(theme_service_));
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 20 class CustomDrawButton;
118 scoped_ptr<CustomDrawButton> close_button_;
infobar_gtk.cc 72 close_button_.reset(CustomDrawButton::CloseButton(NULL));
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 91 scoped_ptr<CustomDrawButton> close_button_;
extension_installed_bubble_gtk.cc 255 close_button_.reset(CustomDrawButton::CloseButton(theme_provider));
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 29 class CustomDrawButton;
353 CustomDrawButton* MakeCloseButton();
445 scoped_ptr<CustomDrawButton> close_button_;
tab_strip_gtk.h 25 class CustomDrawButton;
272 CustomDrawButton* MakeNewTabButton();
447 scoped_ptr<CustomDrawButton> newtab_button_;
tab_renderer_gtk.cc     [all...]

Completed in 305 milliseconds

1 2