Searched refs:highestAncestor (Results 1 – 7 of 7) sorted by relevance
57 Node* highestAncestor(Node*);
257 Node* scope = highestAncestor(visibleStart.deepEquivalent().deprecatedNode()); in applyBlockStyle()969 HTMLElement* highestAncestor = highestAncestorWithConflictingInlineStyle(style, targetNode); in pushDownInlineStyleAroundNode() local970 if (!highestAncestor) in pushDownInlineStyleAroundNode()974 Node* current = highestAncestor; in pushDownInlineStyleAroundNode()
232 if (node && highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE) in nodeWillBeRemoved()304 if (isNone() || !node || highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE) in textWillBeReplaced()
777 Node* highestAncestor(Node* node) in highestAncestor() function
46338 (WebCore::highestAncestor): Added.49916 (WebCore::highestAncestor):
16198 … <rdar://problem/5847330> REGRESSION CrashTracer: [USER] 536 crashes at WebCore::highestAncestor65572 …<rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular sel…
82728 … pushDownTextDecorationStyleAroundNode traverses tree vertically from highestAncestor to targetNode