OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textSubstring
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
52
String
textSubstring
(unsigned pos, unsigned len = INT_MAX) const { return text().substring(pos, len); }
62
String checkingSubstring() const { return
textSubstring
(checkingStart(), checkingLength()); }
TextCheckingHelper.cpp
468
m_client->textChecker().checkGrammarOfString(paragraph.
textSubstring
(startOffset), grammarDetails, &badGrammarPhraseLocation, &badGrammarPhraseLength);
490
firstBadGrammarPhrase = paragraph.
textSubstring
(badGrammarPhraseLocation, badGrammarPhraseLength);
Completed in 345 milliseconds