Home
last modified time | relevance | path

Searched refs:highestAncestor (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/editing/
Dhtmlediting.h55 Node* highestAncestor(Node*);
DApplyStyleCommand.cpp599 Node* scope = highestAncestor(visibleStart.deepEquivalent().node()); in applyBlockStyle()
1381 Node* highestAncestor = highestAncestorWithTextDecoration(targetNode); in pushDownTextDecorationStyleAroundNode() local
1382 if (!highestAncestor) in pushDownTextDecorationStyleAroundNode()
1386 Node* current = highestAncestor; in pushDownTextDecorationStyleAroundNode()
Dhtmlediting.cpp836 Node* highestAncestor(Node* node) in highestAncestor() function
DSelectionController.cpp188 if (node && highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE) in nodeWillBeRemoved()
/external/webkit/WebCore/
DChangeLog-2006-12-3146338 (WebCore::highestAncestor): Added.
49916 (WebCore::highestAncestor):
DChangeLog-2008-08-1016198 … <rdar://problem/5847330> REGRESSION CrashTracer: [USER] 536 crashes at WebCore::highestAncestor
65572 …<rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular sel…
DChangeLog-2010-01-2982728 … pushDownTextDecorationStyleAroundNode traverses tree vertically from highestAncestor to targetNode