Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSelectionController.cpp312 …bool shouldRemoveExtent = shouldRemovePositionAfterAdoptingTextReplacement(extent, m_selection.isB… in textWillBeReplaced() local
319 if (!shouldRemoveBase && !shouldRemoveExtent) in textWillBeReplaced()
332 …respondToNodeModification(node, shouldRemoveBase, shouldRemoveExtent, shouldRemoveStart, shouldRem… in textWillBeReplaced()