Home
last modified time | relevance | path

Searched refs:markAll (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DEditor.cpp1359 …pellingInRange(EditorClient* client, Range* searchRange, int& firstMisspellingOffset, bool markAll) in findFirstMisspellingInRange() argument
1400 if (!markAll) in findFirstMisspellingInRange()
1444 …, int /*badGrammarPhraseLength*/, Range *searchRange, int startOffset, int endOffset, bool markAll) in findFirstGrammarDetailInRange() argument
1464 if (markAll) { in findFirstGrammarDetailInRange()
1481 …nt, Range* searchRange, GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll) in findFirstBadGrammarInRange() argument
1524 …ation, badGrammarPhraseLength, searchRange, searchRangeStartOffset, searchRangeEndOffset, markAll); in findFirstBadGrammarInRange()
1537 if (!markAll) in findFirstBadGrammarInRange()
/external/webkit/WebCore/
DChangeLog-2006-12-317655 …added markAll parameter, and reworked loop so that if markAll parameter is true, this function loo…
7659 … ungrammatical phrase (e.g., multiple grammar errors in one sentence). Has a markAll parameter akin
7662 …added markAll parameter like the one in findFirstMisspellingInRange, and extracted findFirstGramma…
7664 pass "false" for new markAll parameters
7666 …now just calls findFirstMisspellingInRange with markAll = true, thus removing a big hunk of duplic…
7668 …now just calls findFirstBadGrammarInRange with markAll = true, thus removing a big hunk of duplica…