Searched refs:canPaste (Results 1 – 17 of 17) sorted by relevance
238 if (m_webView->focusedWebCoreFrame()->editor()->canPaste()) in getCustomMenuFromDefaultItems()
90 bool canPaste() const;
180 bool Editor::canPaste() const in canPaste() function in WebCore::Editor1055 if (!canPaste()) in paste()1072 if (!canPaste()) in pasteAsPlainText()
1171 return frame->editor()->canPaste(); in enabledPaste()
385 return (m_impl->frame->editor()->canPaste() || m_impl->frame->editor()->canDHTMLPaste()); in CanPaste()
618 shouldEnable = frame->editor()->canDHTMLPaste() || frame->editor()->canPaste(); in checkOrEnableIfNeeded()
549 result = result || editor->canPaste() || editor->canDHTMLPaste(); in webkit_web_view_button_press_event()3377 return frame->editor()->canPaste() || frame->editor()->canDHTMLPaste();
862 … if (focusFrame && (focusFrame->editor()->canPaste() || focusFrame->editor()->canDHTMLPaste())) { in handleClipboard()
2670 return frame && (frame->editor()->canDHTMLPaste() || frame->editor()->canPaste());2674 || (frame->editor()->canPaste() && frame->selection()->isContentRichlyEditable()));5050 if (!coreFrame->editor()->canPaste())
4088 *enabled = editor->canPaste() || editor->canDHTMLPaste(); in pasteEnabled()
14588 (FrameWin::canPaste):16359 (FrameWin::canPaste):16893 (FrameWin::canPaste):17933 (WebCore::FrameWin::canPaste):18918 (WebCore::MacFrame::canPaste):35935 (Frame::canPaste):
10573 (WebCore::FrameWin::canPaste):11593 (FrameGdk::canPaste):12129 (WebCore::canPaste):20742 (WebCore::Editor::canPaste):22443 (WebCore::FrameQt::canPaste):34071 (FrameWin::canPaste):36875 (WebCore::FrameQt::canPaste):
29719 (FrameWin::canPaste):31479 (FrameWin::canPaste):33237 (FrameWin::canPaste):48886 (WebCore::canPaste):56526 (WebCore::Editor::canPaste): Changed to call canEdit for brevity.67435 editable and the call to canPaste() takes care of that.
30191 (KHTMLPart::canPaste): Added.30193 (KHTMLPart::canPaste): Added.30196 * kwq/WebCoreBridge.h: Add canPaste call so WebKit can fill in the answer.
15729 (QWebPage::canPaste):16903 (QWebPage::canPaste):
15327 (-[WebFrameBridge canPaste]): Ask the WebHTMLView, not the WebView.24409 (-[WebFrameBridge canPaste]):
235 (-[WebFrameBridge canPaste]):9409 (-[WebBridge canPaste]): Call WebView _canPaste.