Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp180 VisiblePosition oneBeforeStart = start.previous(); in advanceToNextMisspelling() local
181 …spellingSearchStart = (oneBeforeStart.isNotNull() ? oneBeforeStart : start).toParentAnchoredPositi… in advanceToNextMisspelling()
211 VisiblePosition oneBeforeStart = VisiblePosition(spellingSearchStart, DOWNSTREAM).previous(); in advanceToNextMisspelling() local
212 if (oneBeforeStart.isNotNull()) in advanceToNextMisspelling()
213 spellingSearchStart = endOfWord(oneBeforeStart).toParentAnchoredPosition(); in advanceToNextMisspelling()