Searched refs:SetBackground (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_view_gtk.cc32 void ExtensionViewGtk::SetBackground(const SkBitmap& background) { function in class:ExtensionViewGtk
34 render_widget_host_view_->SetBackground(background);
55 render_widget_host_view_->SetBackground(pending_background_);
H A Dextension_view_gtk.h36 void SetBackground(const SkBitmap& background);
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dextension_view_gtk.cc34 void ExtensionViewGtk::SetBackground(const SkBitmap& background) { function in class:ExtensionViewGtk
36 render_view_host()->GetView()->SetBackground(background);
53 render_view_host()->GetView()->SetBackground(pending_background_);
H A Dextension_view_gtk.h40 void SetBackground(const SkBitmap& background);
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.h43 void SetBackground(const gfx::ImageSkia* left_alpha_mask,
H A Ddropdown_bar_view.cc128 void DropdownBarView::SetBackground(const gfx::ImageSkia* left_alpha_mask, function in class:DropdownBarView
H A Dfind_bar_view.cc150 SetBackground(rb.GetImageSkiaNamed(IDR_FIND_DLG_LEFT_BACKGROUND),
505 close_button_->SetBackground(
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h43 void SetBackground(const SkBitmap& background);
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.cc37 SetBackground(background);
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_view.cc133 void ExtensionView::SetBackground(const SkBitmap& background) { function in class:ExtensionView
135 render_view_host()->view()->SetBackground(background);
194 render_view_host()->view()->SetBackground(pending_background_);
H A Dextension_view.h54 void SetBackground(const SkBitmap& background);
/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.h57 void SetBackground(SkColor color, SkBitmap* image, SkBitmap* mask);
185 void SetBackground(SkColor color, SkBitmap* image, SkBitmap* mask);
H A Dcustom_button.cc127 void CustomDrawButtonBase::SetBackground(SkColor color, function in class:CustomDrawButtonBase
300 void CustomDrawButton::SetBackground(SkColor color, function in class:CustomDrawButton
302 button_base_.SetBackground(color, image, mask);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcustom_button.h60 void SetBackground(SkColor color,
191 void SetBackground(SkColor color,
H A Dcustom_button.cc141 void CustomDrawButtonBase::SetBackground(SkColor color, function in class:CustomDrawButtonBase
339 void CustomDrawButton::SetBackground(SkColor color, function in class:CustomDrawButton
342 button_base_.SetBackground(color, image, mask);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.cc37 close_button()->SetBackground(kTextColor,
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h112 virtual void SetBackground(const SkBitmap& background) = 0;
/external/chromium_org/ui/views/controls/button/
H A Dimage_button.h50 void SetBackground(SkColor color,
H A Dimage_button.cc51 void ImageButton::SetBackground(SkColor color, function in class:views::ImageButton
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h90 virtual void SetBackground(const SkBitmap& background);
H A Drender_widget_host_view_mac.h225 virtual void SetBackground(const SkBitmap& background);
H A Drender_widget_host_view_views.h76 virtual void SetBackground(const SkBitmap& background) OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h53 virtual void SetBackground(const SkBitmap& background) OVERRIDE;
H A Drender_widget_host_view_guest.h64 virtual void SetBackground(const SkBitmap& background) OVERRIDE;
H A Drender_widget_host_view_guest.cc411 void RenderWidgetHostViewGuest::SetBackground(const SkBitmap& background) { function in class:content::RenderWidgetHostViewGuest
412 platform_view_->SetBackground(background);

Completed in 326 milliseconds

123