Home | History | Annotate | Download | only in editing

Lines Matching full:enclosingblock

622     Element* endBlock = enclosingBlock(m_downstreamEnd.deprecatedNode());
624 removeNode(enclosingBlock(m_downstreamEnd.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)) {