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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.cpp523 Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &isElementPresentational, CanCrossEditingBoundary, constrainingAncestor); local
524 if (newSpecialCommonAncestor)
525 specialCommonAncestor = newSpecialCommonAncestor;

Completed in 91 milliseconds