Home | History | Annotate | Download | only in editing

Lines Matching refs:isDescendantOf

344             if (pastEnd && pastEnd->isDescendantOf(n))
366 if (next != pastEnd && next->isDescendantOf(ancestor))
377 Node* lastAncestorClosedOrSelf = n->isDescendantOf(lastClosed) ? lastClosed : n;
383 ASSERT(startNode->isDescendantOf(parent));
696 if (node->isDescendantOf(deleteButtonContainerElement))