Searched refs:endOfCurrentParagraph (Results 1 – 1 of 1) sorted by relevance
71 bool IndentOutdentCommand::tryIndentingAsListItem(const VisiblePosition& endOfCurrentParagraph) in tryIndentingAsListItem() argument74 Node* lastNodeInSelectedParagraph = endOfCurrentParagraph.deepEquivalent().node(); in tryIndentingAsListItem()80 …Element* selectedListItem = static_cast<Element*>(enclosingBlock(endOfCurrentParagraph.deepEquival… in tryIndentingAsListItem()101 … VisiblePosition& startOfCurrentParagraph, const VisiblePosition& endOfCurrentParagraph, RefPtr<El… in indentIntoBlockquote() argument115 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in indentIntoBlockquote()116 appendParagraphIntoNode(startOfCurrentParagraph, endOfCurrentParagraph, targetBlockquote.get()); in indentIntoBlockquote()205 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection); in indentRegion() local207 while (endOfCurrentParagraph != endAfterSelection) { in indentRegion()209 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in indentRegion()210 if (tryIndentingAsListItem(endOfCurrentParagraph)) in indentRegion()[all …]