Searched refs:highestAncestor (Results 1 – 7 of 7) sorted by relevance
55 Node* highestAncestor(Node*);
599 Node* scope = highestAncestor(visibleStart.deepEquivalent().node()); in applyBlockStyle()1381 Node* highestAncestor = highestAncestorWithTextDecoration(targetNode); in pushDownTextDecorationStyleAroundNode() local1382 if (!highestAncestor) in pushDownTextDecorationStyleAroundNode()1386 Node* current = highestAncestor; in pushDownTextDecorationStyleAroundNode()
836 Node* highestAncestor(Node* node) in highestAncestor() function
188 if (node && highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE) in nodeWillBeRemoved()
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