Home
last modified time | relevance | path

Searched refs:GetFrameBackground (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_frame_view.h91 const gfx::ImageSkia* GetFrameBackground(PaintState paint_state) const;
Dpanel_frame_view.cc671 const gfx::ImageSkia* PanelFrameView::GetFrameBackground( in GetFrameBackground() function in PanelFrameView
697 const gfx::ImageSkia* image = GetFrameBackground(GetPaintState()); in PaintFrameBackground()
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.h113 gfx::Image GetFrameBackground() const;
Dpanel_gtk.cc547 gfx::Image PanelGtk::GetFrameBackground() const { in GetFrameBackground() function in PanelGtk
582 gfx::CairoCachedSurface* surface = GetFrameBackground().ToCairo(); in OnCustomFrameExpose()