OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:badGrammarPhrase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
296
String
badGrammarPhrase
;
372
badGrammarPhrase
= paragraphString.substring(result->location, result->length);
373
ASSERT(
badGrammarPhrase
.length());
378
if (!misspelledWord.isEmpty() && (!checkGrammar ||
badGrammarPhrase
.isEmpty() || spellingLocation <= grammarDetailLocation)) {
389
if (checkGrammar && !
badGrammarPhrase
.isEmpty()) {
397
firstFoundItem =
badGrammarPhrase
;
SpellChecker.cpp
217
String
badGrammarPhrase
;
231
badGrammarPhrase
= foundItem;
245
badGrammarPhrase
= TextCheckingHelper(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
250
if (startedWithSelection && !misspelledWord && !
badGrammarPhrase
) {
262
badGrammarPhrase
= foundItem;
276
badGrammarPhrase
= TextCheckingHelper(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
280
if (!
badGrammarPhrase
.isEmpty()) {
285
ASSERT(
badGrammarPhrase
.length() > 0);
[
all
...]
Completed in 34 milliseconds