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
298
String
badGrammarPhrase
;
372
badGrammarPhrase
= paragraphString.substring(result->location, result->length);
373
ASSERT(
badGrammarPhrase
.length());
378
if (!misspelledWord.isEmpty() && (!checkGrammar ||
badGrammarPhrase
.isEmpty() || spellingLocation <= grammarDetailLocation)) {
387
if (checkGrammar && !
badGrammarPhrase
.isEmpty()) {
393
firstFoundItem =
badGrammarPhrase
;
SpellChecker.cpp
230
String
badGrammarPhrase
;
245
badGrammarPhrase
= foundItem;
260
badGrammarPhrase
= TextCheckingHelper(spellCheckerClient(), grammarSearchStart, grammarSearchEnd).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
265
if (startedWithSelection && !misspelledWord && !
badGrammarPhrase
) {
278
badGrammarPhrase
= foundItem;
293
badGrammarPhrase
= TextCheckingHelper(spellCheckerClient(), grammarSearchStart, grammarSearchEnd).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
297
if (!
badGrammarPhrase
.isEmpty()) {
302
ASSERT(
badGrammarPhrase
.length() > 0);
[
all
...]
Completed in 129 milliseconds