Home | History | Annotate | Download | only in editing

Lines Matching refs:isDescendantOf

451                     if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode))
889 if (!m_node->isDescendantOf(m_startContainer))
2468 if (range->startContainer() != scope && !range->startContainer()->isDescendantOf(scope))
2470 if (range->endContainer() != scope && !range->endContainer()->isDescendantOf(scope))