Searched refs:canCut (Results 1 – 11 of 11) sorted by relevance
164 if (m_webView->focusedWebCoreFrame()->editor()->canCut()) in getCustomMenuFromDefaultItems()
108 bool canCut() const;
212 bool Editor::canCut() const in canCut() function in WebCore::Editor464 if (canCut()) in tryDHTMLCut()1169 if (!canCut()) { in cut()
1196 return frame->editor()->canDHTMLCut() || frame->editor()->canCut(); in enabledCut()
433 return (m_impl->frame->editor()->canCut() || m_impl->frame->editor()->canDHTMLCut()); in CanCut()
1066 shouldEnable = frame->editor()->canDHTMLCut() || frame->editor()->canCut(); in checkOrEnableIfNeeded()
4167 return frame->editor()->canCut() || frame->editor()->canDHTMLCut(); in webkit_web_view_can_cut_clipboard()
4153 *enabled = editor->canCut() || editor->canDHTMLCut(); in cutEnabled()
26227 (QWebPage::canCut):27401 (QWebPage::canCut):
20739 (WebCore::Editor::canCut):
98228 (WebCore::Editor::tryDHTMLCut): Added check for canCut() before clearing PasteBoard