Home
last modified time | relevance | path

Searched refs:canCut (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_transfer_controller.js560 var canCut = this.canCutOrDrag_(dt);
561 if (canCopy || canCut) {
562 if (canCopy && canCut) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h80 bool canCut() const;
DEditor.cpp210 bool Editor::canCut() const in canCut() function in blink::Editor
828 if (!canCut()) in cut()
DEditorCommand.cpp1245 return frame.editor().canDHTMLCut() || frame.editor().canCut(); in enabledCut()
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp213 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canCut()) in showContextMenu()