HomeSort by relevance Sort by last modified time
    Searched refs:baselineShiftValue (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp 139 , baselineShiftValue(SVGRenderStyle::initialBaselineShiftValue())
148 , baselineShiftValue(other.baselineShiftValue->clone())
157 && *baselineShiftValue == *other.baselineShiftValue;
SVGRenderStyle.cpp 156 if (misc->baselineShiftValue != other->misc->baselineShiftValue)
SVGRenderStyle.h 245 if (!(misc->baselineShiftValue == obj))
246 misc.access()->baselineShiftValue = obj;
322 SVGLength* baselineShiftValue() const { return misc->baselineShiftValue.get(); }
SVGRenderStyleDefs.h 197 RefPtr<SVGLength> baselineShiftValue;
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 41 RefPtr<SVGLength> baselineShiftValueLength = style->baselineShiftValue();
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 76 return dataEquivalent(a.baselineShiftValue(), b.baselineShiftValue());
CSSAnimatableValueFactory.cpp 279 return AnimatableSVGLength::create(style.baselineShiftValue());
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 201 return SVGLength::toCSSPrimitiveValue(svgStyle->baselineShiftValue());

Completed in 95 milliseconds