HomeSort by relevance Sort by last modified time
    Searched refs:top_left_corner_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/window/
frame_background.cc 24 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(),
frame_background.h 89 const gfx::ImageSkia* top_left_corner_; member in class:views::FrameBackground

Completed in 37 milliseconds