Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp1124 VisibleSelection updatedSelection(selection); in avoidIntersectionWithNode() local
1132 updatedSelection.setBase(positionInParentBeforeNode(node)); in avoidIntersectionWithNode()
1137 updatedSelection.setExtent(positionInParentBeforeNode(node)); in avoidIntersectionWithNode()
1140 return updatedSelection; in avoidIntersectionWithNode()