Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dhtmlediting.h57 Node* highestAncestor(Node*);
DApplyStyleCommand.cpp257 Node* scope = highestAncestor(visibleStart.deepEquivalent().deprecatedNode()); in applyBlockStyle()
969 HTMLElement* highestAncestor = highestAncestorWithConflictingInlineStyle(style, targetNode); in pushDownInlineStyleAroundNode() local
970 if (!highestAncestor) in pushDownInlineStyleAroundNode()
974 Node* current = highestAncestor; in pushDownInlineStyleAroundNode()
DSelectionController.cpp232 if (node && highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE) in nodeWillBeRemoved()
304 if (isNone() || !node || highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE) in textWillBeReplaced()
Dhtmlediting.cpp777 Node* highestAncestor(Node* node) in highestAncestor() function
/external/webkit/Source/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