Home
last modified time | relevance | path

Searched refs:borderTopLeftRadius (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp291 return createFromLengthSize(style.borderTopLeftRadius(), style); in create()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp691 …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()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1015 …yWrapper<LengthSize>(CSSPropertyBorderTopLeftRadius, &RenderStyle::borderTopLeftRadius, &RenderSty… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h491 LengthSize borderTopLeftRadius() const { return surround->border.topLeft(); } in borderTopLeftRadius() function