Home | History | Annotate | Download | only in editing

Lines Matching defs:shouldDeleteRange

327 bool Editor::shouldDeleteRange(Range* range) const
336 return client() && client()->shouldDeleteRange(range);
1016 if (shouldDeleteRange(selection.get())) {