Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DIndentOutdentCommand.cpp71 bool IndentOutdentCommand::tryIndentingAsListItem(const VisiblePosition& endOfCurrentParagraph) in tryIndentingAsListItem() argument
74 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() argument
115 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in indentIntoBlockquote()
116 appendParagraphIntoNode(startOfCurrentParagraph, endOfCurrentParagraph, targetBlockquote.get()); in indentIntoBlockquote()
205 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection); in indentRegion() local
207 while (endOfCurrentParagraph != endAfterSelection) { in indentRegion()
209 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in indentRegion()
210 if (tryIndentingAsListItem(endOfCurrentParagraph)) in indentRegion()
[all …]