Home | History | Annotate | Download | only in style

Lines Matching refs:topRight

390     const IntSize& borderTopRightRadius() const { return surround->border.topRight; }
761 void resetBorderTopRightRadius() { SET_VAR(surround, border.topRight, initialBorderRadius()) }
777 void setBorderTopRightRadius(const IntSize& s) { SET_VAR(surround, border.topRight, s) }
789 void getBorderRadiiForRect(const IntRect&, IntSize& topLeft, IntSize& topRight, IntSize& bottomLeft, IntSize& bottomRight) const;