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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h 48 String textSubstring(unsigned pos, unsigned len = INT_MAX) const { return text().substring(pos, len); }
58 String checkingSubstring() const { return textSubstring(checkingStart(), checkingLength()); }
TextCheckingHelper.cpp 470 m_client->textChecker()->checkGrammarOfString(paragraph.textSubstring(startOffset), grammarDetails, &badGrammarPhraseLocation, &badGrammarPhraseLength);
492 firstBadGrammarPhrase = paragraph.textSubstring(badGrammarPhraseLocation, badGrammarPhraseLength);

Completed in 702 milliseconds