canPaste          889 Source/core/editing/Editor.cpp     if (!canPaste())
canPaste          904 Source/core/editing/Editor.cpp     if (!canPaste())
canPaste           90 Source/core/editing/Editor.h     bool canPaste() const;
canPaste         1177 Source/core/editing/EditorCommand.cpp     return frame->editor().client().canPaste(frame, defaultValue);
canPaste         1263 Source/core/editing/EditorCommand.cpp     return frame.editor().canPaste();
canPaste          296 Source/core/loader/EmptyClients.h     virtual bool canPaste(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; }
canPaste           47 Source/core/page/EditorClient.h     virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
canPaste          206 Source/web/ContextMenuClientImpl.cpp     if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canPaste())
canPaste           54 Source/web/EditorClientImpl.h     virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;