Searched refs:setBaselineShiftValue (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DAnimatedStyleBuilder.cpp256 style->setBaselineShiftValue(toAnimatableSVGLength(value)->toSVGLength());
H A DStyleBuilderCustom.cpp2063 svgStyle->setBaselineShiftValue(SVGLength::fromCSSPrimitiveValue(primitiveValue));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h259 void setBaselineShiftValue(const SVGLength& obj) function in class:WebCore::SVGRenderStyle
H A DRenderStyle.h1398 void setBaselineShiftValue(SVGLength s) { accessSVGStyle()->setBaselineShiftValue(s); } function in class:WebCore::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DCSSPropertyAnimation.cpp1065 gPropertyWrappers->append(new PropertyWrapper<SVGLength>(CSSPropertyBaselineShift, &RenderStyle::baselineShiftValue, &RenderStyle::setBaselineShiftValue));

Completed in 101 milliseconds