Home | History | Annotate | Download | only in editing

Lines Matching defs:highestAncestor

257     Node* scope = highestAncestor(visibleStart.deepEquivalent().deprecatedNode());
969 HTMLElement* highestAncestor = highestAncestorWithConflictingInlineStyle(style, targetNode);
970 if (!highestAncestor)
973 // The outer loop is traversing the tree vertically from highestAncestor to targetNode
974 Node* current = highestAncestor;