Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_transfer_controller.js533 var canCopy = this.canCopyOrDrag_(dt);
535 if (canCopy || canCut) {
536 if (canCopy && canCut) {
538 } else if (canCopy) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h89 bool canCopy() const;
DEditor.cpp211 return canCopy() && canDelete(); in canCut()
231 bool Editor::canCopy() const in canCopy() function in WebCore::Editor
871 if (!canCopy()) in copy()
DEditorCommand.cpp1222 return frame.editor().canDHTMLCopy() || frame.editor().canCopy(); in enabledCopy()
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp211 if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canCopy()) in showContextMenu()