Searched refs:toParentAnchoredPosition (Results 1 – 4 of 4) sorted by relevance
311 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()
68 … Position toParentAnchoredPosition() const { return deepEquivalent().parentAnchoredEquivalent(); } in toParentAnchoredPosition() function
1191 …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()
181 …lingSearchStart = (oneBeforeStart.isNotNull() ? oneBeforeStart : start).toParentAnchoredPosition(); in advanceToNextMisspelling()183 spellingSearchStart = selection.visibleEnd().toParentAnchoredPosition(); in advanceToNextMisspelling()213 spellingSearchStart = endOfWord(oneBeforeStart).toParentAnchoredPosition(); in advanceToNextMisspelling()