Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h83 bool canDHTMLCut();
DEditor.cpp196 bool Editor::canDHTMLCut() in canDHTMLCut() function in WebCore::Editor
DEditorCommand.cpp1226 return frame.editor().canDHTMLCut() || frame.editor().canCut(); in enabledCut()