HomeSort by relevance Sort by last modified time
    Searched refs:startOfParagraphToMove (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 189 VisiblePosition startOfParagraphToMove(startOfParagraph(visibleStartOfParagraph));
191 if (startOfParagraphToMove.isNull() || endOfParagraphToMove.isNull())
195 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, VisiblePosition(positionBeforeNode(placeholder.get())), true);
DeleteSelectionCommand.cpp 613 VisiblePosition startOfParagraphToMove(m_downstreamEnd);
619 if (!endBlock || !endBlock->contains(startOfParagraphToMove.deepEquivalent().deprecatedNode()) || !startOfParagraphToMove.deepEquivalent().deprecatedNode()) {
625 if (!mergeDestination.deepEquivalent().deprecatedNode() || (!mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(enclosingBlock(m_upstreamStart.containerNode())) && (!mergeDestination.deepEquivalent().anchorNode()->firstChild() || !m_upstreamStart.containerNode()->firstChild())) || (m_startsAtEmptyLine && mergeDestination != startOfParagraphToMove)) {
630 if (mergeDestination == startOfParagraphToMove)
633 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove, CanSkipOverEditingBoundary);
651 if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absoluteCaretBounds().x() > mergeDestination.absoluteCaretBounds().x()) {
654 m_endingPosition = startOfParagraphToMove.deepEquivalent();
    [all...]
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
CompositeEditCommand.h 158 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);

Completed in 119 milliseconds