HomeSort by relevance Sort by last modified time
    Searched refs:canDHTMLPaste (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/editing/
Editor.h 103 bool canDHTMLPaste();
Editor.cpp 207 bool Editor::canDHTMLPaste()
    [all...]
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 447 return (m_impl->frame->editor()->canPaste() || m_impl->frame->editor()->canDHTMLPaste());
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 836 result = result || editor->canPaste() || editor->canDHTMLPaste();
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 754 if (focusFrame && (focusFrame->editor()->canPaste() || focusFrame->editor()->canDHTMLPaste())) {
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 73 milliseconds