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

/external/webkit/Source/WebCore/editing/
H A Dmarkup.cpp497 Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &isElementPresentational); local
498 if (newSpecialCommonAncestor)
499 specialCommonAncestor = newSpecialCommonAncestor;

Completed in 94 milliseconds