Home | History | Annotate | Download | only in views

Lines Matching refs:right

20   SidedSolidBorder(int top, int left, int bottom, int right, SkColor color);
37 int right,
40 insets_(top, left, bottom, right) {
51 // Right border.
52 canvas->FillRect(gfx::Rect(view.width() - insets_.right(), 0, insets_.right(),
77 EmptyBorder(int top, int left, int bottom, int right)
78 : insets_(top, left, bottom, right) {}
149 int right) {
150 return scoped_ptr<Border>(new EmptyBorder(top, left, bottom, right));
157 int right,
160 new SidedSolidBorder(top, left, bottom, right, color));