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

  /external/webkit/Source/WebCore/svg/
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 94 int length() const { return m_textLength; }
141 int m_textLength;
198 int length() const { return m_textLength; }
232 int m_textLength;

Completed in 43 milliseconds