Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/window/
Dframe_background.cc24 top_left_corner_(NULL), in FrameBackground()
48 top_left_corner_ = top_left; in SetCornerImages()
70 std::min(top_left_corner_->height(), in PaintRestored()
72 canvas->DrawImageInt(*top_left_corner_, in PaintRestored()
73 0, 0, top_left_corner_->width(), top_left_height, in PaintRestored()
74 0, 0, top_left_corner_->width(), top_left_height, in PaintRestored()
77 top_left_corner_->width(), in PaintRestored()
79 view->width() - top_left_corner_->width() - top_right_corner_->width(), in PaintRestored()
Dframe_background.h89 const gfx::ImageSkia* top_left_corner_; variable