Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp1052 HTMLElement* highestAncestor = highestAncestorWithConflictingInlineStyle(style, targetNode); in pushDownInlineStyleAroundNode() local
1053 if (!highestAncestor) in pushDownInlineStyleAroundNode()
1057 RefPtrWillBeRawPtr<Node> current = highestAncestor; in pushDownInlineStyleAroundNode()