Searched refs:getComputedTextLength (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGTextContentElement.idl42 float getComputedTextLength();
H A DSVGTextContentElement.h47 float getComputedTextLength() const;
59 // as its getter needs special handling (return getComputedTextLength(), instead of m_textLength).
H A DSVGTextContentElement.cpp64 m_textLength.value.newValueSpecifiedUnits(LengthTypeNumber, getComputedTextLength(), ec);
78 float SVGTextContentElement::getComputedTextLength() const function in class:WebCore::SVGTextContentElement

Completed in 62 milliseconds