Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DDeleteSelectionCommand.cpp597 VisiblePosition startOfParagraphToMove(m_downstreamEnd); in mergeParagraphs() local
603 …if (!startOfParagraphToMove.deepEquivalent().deprecatedNode() || !endBlock->contains(startOfParagr… in mergeParagraphs()
614 if (mergeDestination == startOfParagraphToMove) in mergeParagraphs()
617 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove); in mergeParagraphs()
624 …if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absolut… in mergeParagraphs()
627 m_endingPosition = startOfParagraphToMove.deepEquivalent(); in mergeParagraphs()
635 …if (isRenderedAsNonInlineTableImageOrHR(startOfParagraphToMove.deepEquivalent().deprecatedNode()) … in mergeParagraphs()
640 …RefPtr<Range> range = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnch… in mergeParagraphs()
648 bool paragraphToMergeIsEmpty = (startOfParagraphToMove == endOfParagraphToMove); in mergeParagraphs()
649 …moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToM… in mergeParagraphs()
DCompositeEditCommand.cpp867 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, c… in moveParagraphWithClones() argument
872 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphWithClones()
877 Position start = startOfParagraphToMove.deepEquivalent().downstream(); in moveParagraphWithClones()
910 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const Visib… in moveParagraph() argument
912 ASSERT(isStartOfParagraph(startOfParagraphToMove)); in moveParagraph()
914 …moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, prese… in moveParagraph()
917 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const Visi… in moveParagraphs() argument
919 if (startOfParagraphToMove == destination) in moveParagraphs()
930 bool endBeforeParagraph = comparePositions(visibleEnd, startOfParagraphToMove) < 0; in moveParagraphs()
933 bool startInParagraph = comparePositions(visibleStart, startOfParagraphToMove) >= 0; in moveParagraphs()
[all …]
DReplaceSelectionCommand.cpp738 …VisiblePosition startOfParagraphToMove = mergeForward ? startOfParagraph(endOfInsertedContent) : e… in mergeEndIfNeeded() local
742 if (endOfParagraph(startOfParagraphToMove) == destination) { in mergeEndIfNeeded()
744 insertNodeBefore(placeholder, startOfParagraphToMove.deepEquivalent().deprecatedNode()); in mergeEndIfNeeded()
748 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in mergeEndIfNeeded()
1053 VisiblePosition startOfParagraphToMove = startOfInsertedContent; in doApply() local
1069 if (startOfParagraph(endOfInsertedContent) == startOfParagraphToMove) { in doApply()
1072 if (!startOfParagraphToMove.deepEquivalent().anchorNode()->inDocument()) in doApply()
1078 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in doApply()
DCompositeEditCommand.h110 …void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition&…
/external/webkit/Source/WebCore/
DChangeLog-2009-06-163456 ASSERTION FAILED: isStartOfParagraph(startOfParagraphToMove)