Searched refs:canCut (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp234 if (m_webView->focusedWebCoreFrame()->editor()->canCut())
/external/webkit/WebCore/editing/
H A DEditor.h88 bool canCut() const;
H A DEditor.cpp148 bool Editor::canCut() const function in class:WebCore::Editor
357 if (canCut())
1011 if (!canCut()) {
H A DEditorCommand.cpp1134 return frame->editor()->canDHTMLCut() || frame->editor()->canCut();
1142 return frame->editor()->canDHTMLCut() || frame->editor()->canCut();
/external/webkit/WebKit/wx/
H A DWebFrame.cpp371 return (m_impl->frame->editor()->canCut() || m_impl->frame->editor()->canDHTMLCut());
/external/webkit/WebCore/platform/
H A DContextMenu.cpp611 shouldEnable = frame->editor()->canDHTMLCut() || frame->editor()->canCut();
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3345 return frame->editor()->canCut() || frame->editor()->canDHTMLCut();
/external/webkit/WebKit/win/
H A DWebView.cpp4072 *enabled = editor->canCut() || editor->canDHTMLCut();

Completed in 38 milliseconds