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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 42 String textSubstring(unsigned pos, unsigned len = UINT_MAX) const { return text().substring(pos, len); }
53 String checkingSubstring() const { return textSubstring(checkingStart(), checkingLength()); }
TextCheckingHelper.cpp 448 firstBadGrammarPhrase = paragraph.textSubstring(badGrammarPhraseLocation, badGrammarPhraseLength);
552 String badGrammarPhrase = paragraph.textSubstring(result->location, result->length);

Completed in 55 milliseconds