Home | History | Annotate | Download | only in editing

Lines Matching refs:isDescendantOf

456     ASSERT(!first->isDescendantOf(second.get()) && second != first);
937 if (!upstreamEnd.deprecatedNode()->isDescendantOf(upstreamStart.deprecatedNode())) {
1006 if (start.anchorNode() != outerNode && lastNode->isElementNode() && start.anchorNode()->isDescendantOf(outerNode.get())) {
1031 if (start.deprecatedNode() != end.deprecatedNode() && !start.deprecatedNode()->isDescendantOf(end.deprecatedNode())) {
1035 while (outerNode && !end.deprecatedNode()->isDescendantOf(outerNode.get())) {
1058 if (node == end.deprecatedNode() || end.deprecatedNode()->isDescendantOf(node.get()))
1081 if (destinationNode && destinationNode->isDescendantOf(node))
1440 if (lineBreakExistsAtVisiblePosition(visiblePos) && downstream.deprecatedNode()->isDescendantOf(enclosingAnchor))
1477 if (!start->isDescendantOf(end))