Home | History | Annotate | Download | only in editing

Lines Matching refs:isDescendantOf

390             if (pastEnd && pastEnd->isDescendantOf(n))
415 if (next != pastEnd && next->isDescendantOf(ancestor))
427 Node* lastAncestorClosedOrSelf = n->isDescendantOf(lastClosed) ? lastClosed : n;
433 ASSERT(startNode->isDescendantOf(parent));
694 if (nodeBeforeContext->isDescendantOf(node.get())) {