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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp 120 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textRenderer.parent())) {
121 SVGLengthContext lengthContext(textContentElement);
122 if (textContentElement->textLengthIsSpecifiedByUser())
123 desiredTextLength = textContentElement->textLength()->currentValue()->value(lengthContext);
127 switch (textContentElement->lengthAdjust()->currentValue()->enumValue()) {
SVGTextLayoutEngine.cpp 150 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(currentParent)) {
151 SVGLengthContext lengthContext(textContentElement);
152 if (textContentElement->lengthAdjust()->currentValue()->enumValue() == SVGLengthAdjustSpacing && textContentElement->textLengthIsSpecifiedByUser())
209 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textPath)) {
210 SVGLengthContext lengthContext(textContentElement);
211 lengthAdjust = textContentElement->lengthAdjust()->currentValue()->enumValue();
212 if (textContentElement->textLengthIsSpecifiedByUser())
213 desiredTextLength = textContentElement->textLength()->currentValue()->value(lengthContext);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 60 SVGTextContentElement* textContentElement = toSVGTextContentElement(contextElement());
61 if (!textContentElement->textLengthIsSpecifiedByUser())
62 baseValue()->newValueSpecifiedUnits(LengthTypeNumber, textContentElement->getComputedTextLength());

Completed in 80 milliseconds