Home
last modified time | relevance | path

Searched refs:setBorderTopLeftRadius (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp302 style->setBorderTopLeftRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1005 void setBorderTopLeftRadius(LengthSize s) { SET_VAR(surround, border.m_topLeft, s); } in setBorderTopLeftRadius() function
1012 setBorderTopLeftRadius(s); in setBorderRadius()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1015 …ertyBorderTopLeftRadius, &RenderStyle::borderTopLeftRadius, &RenderStyle::setBorderTopLeftRadius)); in ensurePropertyMap()