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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.idl 27 // lengthAdjust Types
33 readonly attribute SVGAnimatedEnumeration lengthAdjust;
SVGTextContentElement.h 120 DECLARE_ANIMATED_ENUMERATION(LengthAdjust, lengthAdjust, SVGLengthAdjustType)
SVGTextContentElement.cpp 55 DEFINE_ANIMATED_ENUMERATION(SVGTextContentElement, SVGNames::lengthAdjustAttr, LengthAdjust, lengthAdjust, SVGLengthAdjustType)
60 REGISTER_LOCAL_ANIMATED_PROPERTY(lengthAdjust)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 204 SVGLengthAdjustType lengthAdjust = SVGLengthAdjustUnknown;
209 lengthAdjust = textContentElement->lengthAdjustCurrentValue();
216 if (lengthAdjust == SVGLengthAdjustSpacing)

Completed in 54 milliseconds