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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 43 const UChar* textCharacters() const { return text().characters(); }
TextCheckingHelper.cpp 426 m_client->textChecker()->checkGrammarOfString(paragraph.textCharacters() + startOffset, paragraph.textLength() - startOffset, grammarDetails, &badGrammarPhraseLocation, &badGrammarPhraseLength);
528 m_client->textChecker()->checkTextOfParagraph(paragraph.textCharacters(), paragraph.textLength(), checkingTypes, results);
Editor.cpp     [all...]

Completed in 58 milliseconds