Searched refs:top_right_corner_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/views/window/ |
D | frame_background.cc | 25 top_right_corner_(NULL), in FrameBackground() 49 top_right_corner_ = top_right; in SetCornerImages() 79 view->width() - top_left_corner_->width() - top_right_corner_->width(), in PaintRestored() 82 std::min(top_right_corner_->height(), in PaintRestored() 84 canvas->DrawImageInt(*top_right_corner_, in PaintRestored() 86 top_right_corner_->width(), top_right_height, in PaintRestored() 87 view->width() - top_right_corner_->width(), 0, in PaintRestored() 88 top_right_corner_->width(), top_right_height, in PaintRestored()
|
D | frame_background.h | 90 const gfx::ImageSkia* top_right_corner_; variable
|