baselineShiftValue 283 Source/core/animation/css/CSSAnimatableValueFactory.cpp return AnimatableSVGLength::create(style.baselineShiftValue()); baselineShiftValue 81 Source/core/animation/css/CSSPropertyEquality.cpp return ptrsOrValuesEqual<PassRefPtr<SVGLength> >(a.baselineShiftValue(), b.baselineShiftValue()); baselineShiftValue 198 Source/core/css/SVGCSSComputedStyleDeclaration.cpp return SVGLength::toCSSPrimitiveValue(svgStyle->baselineShiftValue()); baselineShiftValue 1424 Source/core/rendering/style/RenderStyle.h PassRefPtr<SVGLength> baselineShiftValue() const { return svgStyle()->baselineShiftValue(); } baselineShiftValue 155 Source/core/rendering/style/SVGRenderStyle.cpp if (miscNotEqual && misc->baselineShiftValue != other->misc->baselineShiftValue) baselineShiftValue 261 Source/core/rendering/style/SVGRenderStyle.h if (!(misc->baselineShiftValue == obj)) baselineShiftValue 262 Source/core/rendering/style/SVGRenderStyle.h misc.access()->baselineShiftValue = obj; baselineShiftValue 339 Source/core/rendering/style/SVGRenderStyle.h PassRefPtr<SVGLength> baselineShiftValue() const { return misc->baselineShiftValue; } baselineShiftValue 164 Source/core/rendering/style/SVGRenderStyleDefs.cpp , baselineShiftValue(other.baselineShiftValue->clone()) baselineShiftValue 173 Source/core/rendering/style/SVGRenderStyleDefs.cpp && *baselineShiftValue == *other.baselineShiftValue; baselineShiftValue 220 Source/core/rendering/style/SVGRenderStyleDefs.h RefPtr<SVGLength> baselineShiftValue; baselineShiftValue 41 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp RefPtr<SVGLength> baselineShiftValueLength = style->baselineShiftValue();