Searched refs:top_left_corner_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/views/window/ |
D | frame_background.cc | 24 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()
|
D | frame_background.h | 89 const gfx::ImageSkia* top_left_corner_; variable
|