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

  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.cpp 46 , m_textLength(LengthModeOther)
53 if (!m_textLength.shouldSynchronize)
64 m_textLength.value.newValueSpecifiedUnits(LengthTypeNumber, getComputedTextLength(), ec);
68 m_textLength.shouldSynchronize = true;
69 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedLength, SVGLength>(this, SVGNames::textLengthAttr, SVGNames::textLengthAttr.localName(), m_textLength.value);
190 m_textLength.value = SVGLength(LengthModeOther, attr->value());
191 if (m_textLength.value.value(this) < 0)
244 m_specifiedTextLength = m_textLength.value;
SVGTextContentElement.h 59 // as its getter needs special handling (return getComputedTextLength(), instead of m_textLength).
81 mutable SVGSynchronizableAnimatedProperty<SVGLength> m_textLength;
  /external/webkit/Source/WebCore/editing/
TextIterator.h 97 int length() const { return m_textLength; }
144 int m_textLength;
207 int length() const { return m_textLength; }
241 int m_textLength;
TextIterator.cpp 265 , m_textLength(0)
289 , m_textLength(0)
376 m_textLength = 0;
702 m_textLength = 0;
    [all...]

Completed in 69 milliseconds