Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DInsertListCommand.cpp85 VisiblePosition startOfCurrentParagraph = startOfNextParagraph(startOfSelection); in modifyRange() local
86 while (startOfCurrentParagraph != startOfLastParagraph) { in modifyRange()
94 setEndingSelection(startOfCurrentParagraph); in modifyRange()
96 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart()); in modifyRange()
DIndentOutdentCommand.cpp101 void IndentOutdentCommand::indentIntoBlockquote(const VisiblePosition& startOfCurrentParagraph, con… in indentIntoBlockquote() argument
111 …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() local
227 …indentIntoBlockquote(startOfCurrentParagraph, endOfCurrentParagraph, blockquoteForNextIndent, bloc… in indentRegion()
/external/webkit/WebCore/
DChangeLog-2008-08-1015250 item as startOfCurrentParagraph. Return early to avoid an infinite loop and