Searched refs:startOfLastParagraph (Results 1 – 4 of 4) sorted by relevance
49 VisiblePosition startOfLastParagraph = startOfParagraph(visibleEnd); in modifyRange() local51 if (startOfParagraph(visibleStart) == startOfLastParagraph) in modifyRange()58 while (nextParagraph.isNotNull() && nextParagraph != startOfLastParagraph) { in modifyRange()
68 VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection); in modifyRange() local70 if (startOfParagraph(startOfSelection) == startOfLastParagraph) in modifyRange()86 while (startOfCurrentParagraph != startOfLastParagraph) { in modifyRange()92 if (!startOfLastParagraph.deepEquivalent().node()->inDocument()) in modifyRange()
142 …Node* startOfLastParagraph = startOfParagraph(Position(newParent, newParent->childNodeCount())).de… in appendParagraphIntoNode() local143 if (startOfLastParagraph && !startOfLastParagraph->isDescendantOf(newParent)) in appendParagraphIntoNode()144 startOfLastParagraph = 0; in appendParagraphIntoNode()154 if (startOfNewParagraph == startOfLastParagraph) { in appendParagraphIntoNode()
9899 startOfLastParagraph here to avoid infinite recursion.