Searched refs:shouldDeleteRange (Results 1 – 2 of 2) sorted by relevance
107 bool shouldDeleteRange(Range*) const;
516 bool Editor::shouldDeleteRange(Range* range) const in shouldDeleteRange() function in WebCore::Editor854 if (shouldDeleteRange(selection.get())) { in cut()