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

  /external/chromium_org/ui/views/window/
frame_background.cc 85 int top_right_height = local
90 top_right_corner_->width(), top_right_height,
92 top_right_corner_->width(), top_right_height,
97 view->height() - top_right_height - bottom_right_corner_->height();
100 top_right_height,
  /external/chromium_org/ash/wm/
header_painter.cc 377 int top_right_height = top_right_corner_->height(); local
380 top_right_corner_->width(), top_right_height,
382 top_right_corner_->width(), top_right_height,
392 int header_right_height = theme_frame->height() - top_right_height;
395 top_right_height,
564 int top_right_height = top_right_corner_->height(); local
567 std::max(top_left_height, top_right_height)));
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 639 int top_right_height = std::min(top_right_corner->height(), local
642 top_right_height, width() - top_right_corner->width(), 0,
643 top_right_corner->width(), top_right_height, false);
651 top_right_height, right_edge->width(),
652 height() - top_right_height - bottom_right_corner->height());
    [all...]

Completed in 40 milliseconds