Searched refs:GetBackground (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dtranslate_infobar_base.h48 const views::Background& GetBackground();
H A Dtranslate_infobar_base.cc104 GetBackground().Paint(canvas, this);
121 const views::Background& TranslateInfoBarBase::GetBackground() { function in class:TranslateInfoBarBase
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dtranslate_infobar_base.h46 const views::Background& GetBackground();
H A Dtranslate_infobar_base.cc90 GetBackground().Paint(canvas, this);
107 const views::Background& TranslateInfoBarBase::GetBackground() { function in class:TranslateInfoBarBase
/external/chromium_org/ash/wm/
H A Dlock_state_controller_impl2.cc29 aura::Window* GetBackground() { function in namespace:ash::__anon3617
36 return !GetBackground()->IsVisible();
41 GetBackground()->layer()->GetAnimator());
43 GetBackground()->Show();
48 GetBackground()->layer()->GetAnimator());
50 GetBackground()->Hide();
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h113 virtual const SkBitmap& GetBackground() = 0;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h53 virtual const SkBitmap& GetBackground() OVERRIDE;
H A Drender_widget_host_unittest.cc1016 EXPECT_EQ(4, view->GetBackground().width());
1017 EXPECT_EQ(4, view->GetBackground().height());
1018 EXPECT_EQ(background.getSize(), view->GetBackground().getSize());
1020 view->GetBackground().lockPixels();
1022 view->GetBackground().getPixels(),
1024 view->GetBackground().unlockPixels();
H A Drender_widget_host_view_base.cc402 const SkBitmap& RenderWidgetHostViewBase::GetBackground() { function in class:content::RenderWidgetHostViewBase

Completed in 196 milliseconds