Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp497 …Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &i… in highestAncestorToWrapMarkup() local
498 if (newSpecialCommonAncestor) in highestAncestorToWrapMarkup()
499 specialCommonAncestor = newSpecialCommonAncestor; in highestAncestorToWrapMarkup()