Home
last modified time | relevance | path

Searched refs:textCharacters (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.h43 const UChar* textCharacters() const { return text().characters(); } in textCharacters() function
DTextCheckingHelper.cpp426 …m_client->textChecker()->checkGrammarOfString(paragraph.textCharacters() + startOffset, paragraph.… in findFirstBadGrammar()
528 …m_client->textChecker()->checkTextOfParagraph(paragraph.textCharacters(), paragraph.textLength(), … in guessesForMisspelledOrUngrammaticalRange()
DEditor.cpp2168 …textChecker()->checkTextOfParagraph(grammarParagraph.textCharacters(), grammarParagraph.textLength… in markAllMisspellingsAndBadGrammarInRanges()
2171 …textChecker()->checkTextOfParagraph(spellingParagraph.textCharacters(), spellingParagraph.textLeng… in markAllMisspellingsAndBadGrammarInRanges()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0613547 (WebCore::TextCheckingParagraph::textCharacters):