HomeSort by relevance Sort by last modified time
    Searched refs:GetBackground (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/views/infobars/
translate_infobar_base.h 46 const views::Background& GetBackground();
translate_infobar_base.cc 90 GetBackground().Paint(canvas, this);
107 const views::Background& TranslateInfoBarBase::GetBackground() {
  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.h 48 const views::Background& GetBackground();
translate_infobar_base.cc 104 GetBackground().Paint(canvas, this);
121 const views::Background& TranslateInfoBarBase::GetBackground() {
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 113 virtual const SkBitmap& GetBackground() = 0;
  /external/chromium_org/ash/wm/
lock_state_controller_impl2.cc 29 aura::Window* GetBackground() {
36 return !GetBackground()->IsVisible();
41 GetBackground()->layer()->GetAnimator());
43 GetBackground()->Show();
48 GetBackground()->layer()->GetAnimator());
50 GetBackground()->Hide();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 53 virtual const SkBitmap& GetBackground() OVERRIDE;
render_widget_host_unittest.cc     [all...]
render_widget_host_view_base.cc 402 const SkBitmap& RenderWidgetHostViewBase::GetBackground() {

Completed in 608 milliseconds