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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.cpp 617 VisiblePosition startOfParagraphToMove(m_downstreamEnd);
623 if (!endBlock || !endBlock->contains(startOfParagraphToMove.deepEquivalent().deprecatedNode()) || !startOfParagraphToMove.deepEquivalent().deprecatedNode()) {
629 if (!mergeDestination.deepEquivalent().deprecatedNode() || (!mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(enclosingBlock(m_upstreamStart.containerNode())) && (!mergeDestination.deepEquivalent().anchorNode()->hasChildren() || !m_upstreamStart.containerNode()->hasChildren())) || (m_startsAtEmptyLine && mergeDestination != startOfParagraphToMove)) {
634 if (mergeDestination == startOfParagraphToMove)
637 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove, CanSkipOverEditingBoundary);
655 if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absoluteCaretBounds().x() > mergeDestination.absoluteCaretBounds().x())
    [all...]
CompositeEditCommand.cpp     [all...]
IndentOutdentCommand.cpp 196 VisiblePosition startOfParagraphToMove(startOfParagraph(visibleStartOfParagraph));
198 if (startOfParagraphToMove.isNull() || endOfParagraphToMove.isNull())
202 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, VisiblePosition(positionBeforeNode(placeholder.get())), true);
ReplaceSelectionCommand.cpp     [all...]
CompositeEditCommand.h 160 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, HTMLElement* blockElement, Node* outerNode);

Completed in 2857 milliseconds