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

  /external/chromium_org/ui/views/window/
frame_background.cc 15 FrameBackground::FrameBackground()
31 FrameBackground::~FrameBackground() {
34 void FrameBackground::SetSideImages(const gfx::ImageSkia* left,
44 void FrameBackground::SetCornerImages(const gfx::ImageSkia* top_left,
54 void FrameBackground::PaintRestored(gfx::Canvas* canvas, View* view) const {
122 void FrameBackground::PaintMaximized(gfx::Canvas* canvas, View* view) const {
144 void FrameBackground::PaintFrameColor(gfx::Canvas* canvas, View* view) const {
frame_background.h 21 // FrameBackground handles painting for all the various window frames we
24 class VIEWS_EXPORT FrameBackground {
26 FrameBackground();
27 ~FrameBackground();
97 DISALLOW_COPY_AND_ASSIGN(FrameBackground);

Completed in 45 milliseconds