Home
last modified time | relevance | path

Searched refs:right_edge_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/window/
Dframe_background.cc22 right_edge_(NULL), in FrameBackground()
40 right_edge_ = right; in SetSideImages()
94 canvas->TileImageInt(*right_edge_, in PaintRestored()
95 view->width() - right_edge_->width(), in PaintRestored()
97 right_edge_->width(), in PaintRestored()
157 canvas->FillRect(gfx::Rect(view->width() - right_edge_->width(), in PaintFrameColor()
158 top_area_height_, right_edge_->width(), in PaintFrameColor()
163 view->width() - left_edge_->width() - right_edge_->width(); in PaintFrameColor()
Dframe_background.h85 const gfx::ImageSkia* right_edge_; variable