Home | History | Annotate | Download | only in editing

Lines Matching refs:isDescendantOf

143         if (startSpecialContainer && startSpecialContainer->isDescendantOf(endSpecialContainer))
147 else if (endSpecialContainer && endSpecialContainer->isDescendantOf(startSpecialContainer))
343 if (m_startRoot != m_endRoot && !(node->isDescendantOf(m_startRoot.get()) && node->isDescendantOf(m_endRoot.get()))) {
496 bool startNodeWasDescendantOfEndNode = m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode());
519 } else if (!m_downstreamEnd.deprecatedNode()->isDescendantOf(node.get())) {
537 if (m_downstreamEnd.deprecatedNode() != startNode && !m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode()) && m_downstreamEnd.inDocument() && m_downstreamEnd.deprecatedEditingOffset() >= caretMinOffset(m_downstreamEnd.deprecatedNode())) {
556 if (m_upstreamStart.deprecatedNode()->isDescendantOf(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)) {
709 if (!m_endingPosition.deprecatedNode()->isDescendantOf(m_endTableRow.get())) {
803 if (m_selectionToDelete.end().deprecatedNode()->isDescendantOf(table))