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

  /external/chromium_org/ui/views/window/
frame_background.cc 25 top_left_corner_(NULL),
52 top_left_corner_ = top_left;
74 std::min(top_left_corner_->height(),
76 canvas->DrawImageInt(*top_left_corner_,
77 0, 0, top_left_corner_->width(), top_left_height,
78 0, 0, top_left_corner_->width(), top_left_height,
81 top_left_corner_->width(),
83 view->width() - top_left_corner_->width() - top_right_corner_->width(),
frame_background.h 92 const gfx::ImageSkia* top_left_corner_; member in class:views::FrameBackground
  /external/chromium_org/ash/wm/
header_painter.cc 153 top_left_corner_(NULL),
187 top_left_corner_ =
366 int top_left_width = top_left_corner_->width();
367 int top_left_height = top_left_corner_->height();
368 canvas->DrawImageInt(*top_left_corner_,
563 int top_left_height = top_left_corner_->height();
header_painter.h 181 const gfx::ImageSkia* top_left_corner_; member in class:ash::HeaderPainter

Completed in 29 milliseconds