Home | History | Annotate | Download | only in ui

Lines Matching refs:RIGHT

42     int top = 0, left = 0, bottom = 0, right = 0;
48 wp_pref->GetInteger("right", &right) &&
50 bounds->SetRect(left, top, std::max(0, right - left),
249 case RIGHT:
250 if (position <= work_area.right())
303 std::min(bounds->x(), work_area.right() - bounds->width())));
311 // bottom-right of the window, and a window cannot be moved "up"
320 if (bounds->x() < work_area.x() || bounds->right() > work_area.right())
333 const int max_x = work_area.right() - kMinVisibleWidth;