Lines Matching refs:right
252 int right = static_cast<int>(ceilf((rect->x() + rect->width()) * scale));
254 rect->SetRect(left, top, right - left, bottom - top);
505 // Left/Right arrows should scroll to the beginning of the Prev/Next page if
607 // Right bracket.
860 // are pending paints or not to figure out if it should draw right away or
1041 int right_start = available_area_.right();
1042 int right_width = abs(width_without_scrollbar - available_area_.right());
1045 // Add the left, right, and bottom rectangles. Note: we assume only
1128 if (scroll_area.right() > rc.x()) {
2053 loc.point.x = static_cast<int>(available_area_.right() / device_scale_);
2420 plugin_size_.width() - GetToolbarRightOffset() - ctrl_rc.right(),
2651 if (autoscroll_rect_.right() > client_size.width()) {