Searched refs:top_right_corner_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/window/
H A Dframe_background.cc25 top_right_corner_(NULL),
49 top_right_corner_ = top_right;
79 view->width() - top_left_corner_->width() - top_right_corner_->width(),
82 std::min(top_right_corner_->height(),
84 canvas->DrawImageInt(*top_right_corner_,
86 top_right_corner_->width(), top_right_height,
87 view->width() - top_right_corner_->width(), 0,
88 top_right_corner_->width(), top_right_height,
H A Dframe_background.h90 const gfx::ImageSkia* top_right_corner_; member in class:views::FrameBackground

Completed in 1252 milliseconds