Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp311 Position paragraphStart = startOfParagraph(VisiblePosition(m_start)).toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()
314 paragraphEnd = endOfParagraph(VisiblePosition(m_start)).toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()
401 paragraphStart = newParagraphStart.toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()
402 paragraphEnd = endOfParagraph(newParagraphStart).toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()
DVisiblePosition.h68 … Position toParentAnchoredPosition() const { return deepEquivalent().parentAnchoredEquivalent(); } in toParentAnchoredPosition() function
DCompositeEditCommand.cpp1191 …terator::rangeLength(startOfParagraphToMove.toParentAnchoredPosition(), visibleStart.toParentAncho… in moveParagraphs()
1195 …Iterator::rangeLength(startOfParagraphToMove.toParentAnchoredPosition(), visibleEnd.toParentAnchor… in moveParagraphs()
1254 …h(firstPositionInNode(document().documentElement()), destination.toParentAnchoredPosition(), true); in moveParagraphs()
DSpellChecker.cpp181 …lingSearchStart = (oneBeforeStart.isNotNull() ? oneBeforeStart : start).toParentAnchoredPosition(); in advanceToNextMisspelling()
183 spellingSearchStart = selection.visibleEnd().toParentAnchoredPosition(); in advanceToNextMisspelling()
213 spellingSearchStart = endOfWord(oneBeforeStart).toParentAnchoredPosition(); in advanceToNextMisspelling()