Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h107 bool shouldDeleteRange(Range*) const;
DEditor.cpp516 bool Editor::shouldDeleteRange(Range* range) const in shouldDeleteRange() function in WebCore::Editor
854 if (shouldDeleteRange(selection.get())) { in cut()