Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSelectionController.cpp314 …bool shouldRemoveEnd = shouldRemovePositionAfterAdoptingTextReplacement(end, EndPointIsEnd, node, … in textWillBeReplaced() local
317 && !shouldRemoveStart && !shouldRemoveEnd) { in textWillBeReplaced()
332 …ToNodeModification(node, shouldRemoveBase, shouldRemoveExtent, shouldRemoveStart, shouldRemoveEnd); in textWillBeReplaced()