Searched refs:startOfCurrentParagraph (Results 1 – 3 of 3) sorted by relevance
85 VisiblePosition startOfCurrentParagraph = startOfNextParagraph(startOfSelection); in modifyRange() local86 while (startOfCurrentParagraph != startOfLastParagraph) { in modifyRange()94 setEndingSelection(startOfCurrentParagraph); in modifyRange()96 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart()); in modifyRange()
101 void IndentOutdentCommand::indentIntoBlockquote(const VisiblePosition& startOfCurrentParagraph, con… in indentIntoBlockquote() argument111 …RefPtr<Node> startOfNewBlock = splitTreeToNode(startOfCurrentParagraph.deepEquivalent().node(), no… in indentIntoBlockquote()116 appendParagraphIntoNode(startOfCurrentParagraph, endOfCurrentParagraph, targetBlockquote.get()); in indentIntoBlockquote()213 VisiblePosition startOfCurrentParagraph = startOfParagraph(endOfCurrentParagraph); in indentRegion() local227 …indentIntoBlockquote(startOfCurrentParagraph, endOfCurrentParagraph, blockquoteForNextIndent, bloc… in indentRegion()
15250 item as startOfCurrentParagraph. Return early to avoid an infinite loop and