Home
last modified time | relevance | path

Searched refs:canPaste (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebKit/chromium/src/
DContextMenuClientImpl.cpp238 if (m_webView->focusedWebCoreFrame()->editor()->canPaste()) in getCustomMenuFromDefaultItems()
/external/webkit/WebCore/editing/
DEditor.h90 bool canPaste() const;
DEditor.cpp180 bool Editor::canPaste() const in canPaste() function in WebCore::Editor
1055 if (!canPaste()) in paste()
1072 if (!canPaste()) in pasteAsPlainText()
DEditorCommand.cpp1171 return frame->editor()->canPaste(); in enabledPaste()
/external/webkit/WebKit/wx/
DWebFrame.cpp385 return (m_impl->frame->editor()->canPaste() || m_impl->frame->editor()->canDHTMLPaste()); in CanPaste()
/external/webkit/WebCore/platform/
DContextMenu.cpp618 shouldEnable = frame->editor()->canDHTMLPaste() || frame->editor()->canPaste(); in checkOrEnableIfNeeded()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp549 result = result || editor->canPaste() || editor->canDHTMLPaste(); in webkit_web_view_button_press_event()
3377 return frame->editor()->canPaste() || frame->editor()->canDHTMLPaste();
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp862 … if (focusFrame && (focusFrame->editor()->canPaste() || focusFrame->editor()->canDHTMLPaste())) { in handleClipboard()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm2670 return frame && (frame->editor()->canDHTMLPaste() || frame->editor()->canPaste());
2674 || (frame->editor()->canPaste() && frame->selection()->isContentRichlyEditable()));
5050 if (!coreFrame->editor()->canPaste())
/external/webkit/WebKit/win/
DWebView.cpp4088 *enabled = editor->canPaste() || editor->canDHTMLPaste(); in pasteEnabled()
/external/webkit/WebCore/
DChangeLog-2006-05-1014588 (FrameWin::canPaste):
16359 (FrameWin::canPaste):
16893 (FrameWin::canPaste):
17933 (WebCore::FrameWin::canPaste):
18918 (WebCore::MacFrame::canPaste):
35935 (Frame::canPaste):
DChangeLog-2006-12-3110573 (WebCore::FrameWin::canPaste):
11593 (FrameGdk::canPaste):
12129 (WebCore::canPaste):
20742 (WebCore::Editor::canPaste):
22443 (WebCore::FrameQt::canPaste):
34071 (FrameWin::canPaste):
36875 (WebCore::FrameQt::canPaste):
DChangeLog-2007-10-1429719 (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.
DChangeLog-2005-08-2330191 (KHTMLPart::canPaste): Added.
30193 (KHTMLPart::canPaste): Added.
30196 * kwq/WebCoreBridge.h: Add canPaste call so WebKit can fill in the answer.
/external/webkit/WebKit/qt/
DChangeLog15729 (QWebPage::canPaste):
16903 (QWebPage::canPaste):
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1415327 (-[WebFrameBridge canPaste]): Ask the WebHTMLView, not the WebView.
24409 (-[WebFrameBridge canPaste]):
DChangeLog-2006-02-09235 (-[WebFrameBridge canPaste]):
9409 (-[WebBridge canPaste]): Call WebView _canPaste.