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

  /external/chromium_org/ui/views/window/
frame_background.cc 26 top_right_corner_(NULL),
53 top_right_corner_ = top_right;
83 view->width() - top_left_corner_->width() - top_right_corner_->width(),
86 std::min(top_right_corner_->height(),
88 canvas->DrawImageInt(*top_right_corner_,
90 top_right_corner_->width(), top_right_height,
91 view->width() - top_right_corner_->width(), 0,
92 top_right_corner_->width(), top_right_height,
frame_background.h 93 const gfx::ImageSkia* top_right_corner_; member in class:views::FrameBackground
  /external/chromium_org/ash/wm/
header_painter.cc 155 top_right_corner_(NULL),
191 top_right_corner_ =
375 header_view_->width() - top_left_width - top_right_corner_->width(),
377 int top_right_height = top_right_corner_->height();
378 canvas->DrawImageInt(*top_right_corner_,
380 top_right_corner_->width(), top_right_height,
381 header_view_->width() - top_right_corner_->width(), 0,
382 top_right_corner_->width(), top_right_height,
564 int top_right_height = top_right_corner_->height();
header_painter.h 183 const gfx::ImageSkia* top_right_corner_; member in class:ash::HeaderPainter

Completed in 88 milliseconds