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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 93 SVGLength& specifiedTextLength() { return m_specifiedTextLength; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp 130 desiredTextLength = textContentElement->specifiedTextLength().value(lengthContext);
SVGTextLayoutEngine.cpp 151 if (textContentElement->lengthAdjustCurrentValue() == SVGLengthAdjustSpacing && textContentElement->specifiedTextLength().value(lengthContext) > 0)
210 desiredTextLength = textContentElement->specifiedTextLength().value(lengthContext);

Completed in 127 milliseconds