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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 36 SVGLengthAdjustSpacing,
47 LENGTHADJUST_SPACING = SVGLengthAdjustSpacing,
SVGTextContentElement.cpp 43 entries.append(std::make_pair(SVGLengthAdjustSpacing, "spacing"));
79 , m_lengthAdjust(SVGAnimatedEnumeration<SVGLengthAdjustType>::create(this, SVGNames::lengthAdjustAttr, SVGLengthAdjustSpacing))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp 130 case SVGLengthAdjustSpacing:
SVGTextLayoutEngine.cpp 152 if (textContentElement->lengthAdjust()->currentValue()->enumValue() == SVGLengthAdjustSpacing && textContentElement->textLengthIsSpecifiedByUser())
221 if (lengthAdjust == SVGLengthAdjustSpacing)

Completed in 147 milliseconds