HomeSort by relevance Sort by last modified time
    Searched defs:SetBackground (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 32 void ExtensionViewGtk::SetBackground(const SkBitmap& background) {
34 render_widget_host_view_->SetBackground(background);
55 render_widget_host_view_->SetBackground(pending_background_);
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 34 void ExtensionViewGtk::SetBackground(const SkBitmap& background) {
36 render_view_host()->GetView()->SetBackground(background);
53 render_view_host()->GetView()->SetBackground(pending_background_);
  /bootable/recovery/
verifier_test.cpp 109 void SetBackground(Icon icon) { }
screen_ui.cpp 445 void ScreenRecoveryUI::SetBackground(Icon icon)
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.cc 133 void ExtensionView::SetBackground(const SkBitmap& background) {
135 render_view_host()->view()->SetBackground(background);
194 render_view_host()->view()->SetBackground(pending_background_);
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_view.cc 128 void DropdownBarView::SetBackground(const gfx::ImageSkia* left_alpha_mask,
  /external/chromium_org/ui/views/controls/button/
image_button.cc 45 void ImageButton::SetBackground(SkColor color,
  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 127 void CustomDrawButtonBase::SetBackground(SkColor color,
300 void CustomDrawButton::SetBackground(SkColor color,
302 button_base_.SetBackground(color, image, mask);
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc 141 void CustomDrawButtonBase::SetBackground(SkColor color,
339 void CustomDrawButton::SetBackground(SkColor color,
342 button_base_.SetBackground(color, image, mask);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 398 void RenderWidgetHostViewBase::SetBackground(const SkBitmap& background) {
render_widget_host_view_guest.cc 369 void RenderWidgetHostViewGuest::SetBackground(const SkBitmap& background) {
370 platform_view_->SetBackground(background);
render_widget_host_view_android.cc 548 void RenderWidgetHostViewAndroid::SetBackground(const SkBitmap& background) {
549 RenderWidgetHostViewBase::SetBackground(background);
    [all...]
render_widget_host_view_gtk.cc     [all...]
render_widget_host_impl.cc     [all...]
render_widget_host_view_aura.cc     [all...]
render_widget_host_view_win.cc 914 void RenderWidgetHostViewWin::SetBackground(const SkBitmap& background) {
915 RenderWidgetHostViewBase::SetBackground(background);
916 render_widget_host_->SetBackground(background);
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_views.cc 382 void RenderWidgetHostViewViews::SetBackground(const SkBitmap& background) {
383 RenderWidgetHostView::SetBackground(background);
render_widget_host_view_win.cc 739 void RenderWidgetHostViewWin::SetBackground(const SkBitmap& background) {
740 RenderWidgetHostView::SetBackground(background);
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]

Completed in 7799 milliseconds