Home | History | Annotate | Download | only in editing

Lines Matching refs:shouldDeleteRange

439 bool Editor::shouldDeleteRange(Range* range) const
447 return client() && client()->shouldDeleteRange(range);
913 if (shouldDeleteRange(selection.get())) {