Home | History | Annotate | Download | only in editing

Lines Matching refs:isDescendantOf

145         if (startSpecialContainer && startSpecialContainer->isDescendantOf(endSpecialContainer))
149 else if (endSpecialContainer && endSpecialContainer->isDescendantOf(startSpecialContainer))
352 if (m_startRoot != m_endRoot && !(node->isDescendantOf(m_startRoot.get()) && node->isDescendantOf(m_endRoot.get()))) {
473 bool startNodeWasDescendantOfEndNode = m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode());
496 } else if (!m_downstreamEnd.deprecatedNode()->isDescendantOf(node.get())) {
517 if (m_downstreamEnd.deprecatedNode() != startNode && !m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode()) && m_downstreamEnd.anchorNode()->inDocument() && m_downstreamEnd.deprecatedEditingOffset() >= caretMinOffset(m_downstreamEnd.deprecatedNode())) {
536 if (m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode())) {
609 if (!mergeDestination.deepEquivalent().deprecatedNode() || !mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(enclosingBlock(m_upstreamStart.containerNode())) || m_startsAtEmptyLine) {
683 if (!m_endingPosition.deprecatedNode()->isDescendantOf(m_endTableRow.get())) {
779 if (m_selectionToDelete.end().deprecatedNode()->isDescendantOf(table))