Searched refs:borderTopLeftRadius (Results 1 – 4 of 4) sorted by relevance
291 return createFromLengthSize(style.borderTopLeftRadius(), style); in create()
691 …ntalBottomLeft || (style.borderBottomRightRadius().width() != style.borderTopLeftRadius().width()); in valueForBorderRadiusShorthand()692 …zontalBottomRight || (style.borderTopRightRadius().width() != style.borderTopLeftRadius().width()); in valueForBorderRadiusShorthand()695 …alBottomLeft || (style.borderBottomRightRadius().height() != style.borderTopLeftRadius().height()); in valueForBorderRadiusShorthand()696 …icalBottomRight || (style.borderTopRightRadius().height() != style.borderTopLeftRadius().height()); in valueForBorderRadiusShorthand()698 …RefPtr<CSSValueList> topLeftRadius = valuesForBorderRadiusCorner(style.borderTopLeftRadius(), styl… in valueForBorderRadiusShorthand()2629 return valueForBorderRadiusCorner(style->borderTopLeftRadius(), *style); in getPropertyCSSValue()
1015 …yWrapper<LengthSize>(CSSPropertyBorderTopLeftRadius, &RenderStyle::borderTopLeftRadius, &RenderSty… in ensurePropertyMap()
491 LengthSize borderTopLeftRadius() const { return surround->border.topLeft(); } in borderTopLeftRadius() function