Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DFormatBlockCommand.cpp49 VisiblePosition startOfLastParagraph = startOfParagraph(visibleEnd); in modifyRange() local
51 if (startOfParagraph(visibleStart) == startOfLastParagraph) in modifyRange()
58 while (nextParagraph.isNotNull() && nextParagraph != startOfLastParagraph) { in modifyRange()
DInsertListCommand.cpp68 VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection); in modifyRange() local
70 if (startOfParagraph(startOfSelection) == startOfLastParagraph) in modifyRange()
86 while (startOfCurrentParagraph != startOfLastParagraph) { in modifyRange()
92 if (!startOfLastParagraph.deepEquivalent().node()->inDocument()) in modifyRange()
DIndentOutdentCommand.cpp142 …Node* startOfLastParagraph = startOfParagraph(Position(newParent, newParent->childNodeCount())).de… in appendParagraphIntoNode() local
143 if (startOfLastParagraph && !startOfLastParagraph->isDescendantOf(newParent)) in appendParagraphIntoNode()
144 startOfLastParagraph = 0; in appendParagraphIntoNode()
154 if (startOfNewParagraph == startOfLastParagraph) { in appendParagraphIntoNode()
/external/webkit/WebCore/
DChangeLog-2007-10-149899 startOfLastParagraph here to avoid infinite recursion.