Home
last modified time | relevance | path

Searched refs:canDHTMLCopy (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditor.h102 bool canDHTMLCopy();
DEditorCommand.cpp1191 return frame->editor()->canDHTMLCopy() || frame->editor()->canCopy(); in enabledCopy()
DEditor.cpp202 bool Editor::canDHTMLCopy() in canDHTMLCopy() function in WebCore::Editor
/external/webkit/Source/WebKit/wx/
DWebFrame.cpp419 return (m_impl->frame->editor()->canCopy() || m_impl->frame->editor()->canDHTMLCopy()); in CanCopy()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp1063 shouldEnable = frame->editor()->canDHTMLCopy() || frame->editor()->canCopy(); in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp749 … if (focusFrame && (focusFrame->editor()->canCopy() || focusFrame->editor()->canDHTMLCopy())) { in handleClipboard()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp4183 return frame->editor()->canCopy() || frame->editor()->canDHTMLCopy(); in webkit_web_view_can_copy_clipboard()
/external/webkit/Source/WebKit/win/
DWebView.cpp4161 *enabled = editor->canCopy() || editor->canDHTMLCopy(); in copyEnabled()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-318711 (WebCore::Editor::canDHTMLCopy):
DChangeLog-2007-10-1461156 (WebCore::Editor::canDHTMLCopy):
DChangeLog-2008-08-1011728 (WebCore::Editor::canDHTMLCopy):
DChangeLog-2009-06-1672916 (WebCore::Editor::canDHTMLCopy):