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

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

Completed in 59 milliseconds