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

  /external/webkit/Source/WebCore/editing/
TextIterator.h 95 const UChar* characters() const { return m_textCharacters; }
140 const UChar* m_textCharacters;
142 // Hold string m_textCharacters points to so we ensure it won't be deleted.
199 const UChar* characters() const { return m_textCharacters; }
231 const UChar* m_textCharacters;
TextIterator.cpp 250 , m_textCharacters(0)
270 , m_textCharacters(0)
662 m_textCharacters = 0;
    [all...]

Completed in 30 milliseconds