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

  /external/webkit/WebCore/editing/
Editor.h 89 bool canCopy() const;
Editor.cpp 150 return canCopy() && canDelete();
172 bool Editor::canCopy() const
344 if (canCopy())
    [all...]
EditorCommand.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 236 if (m_webView->focusedWebCoreFrame()->editor()->canCopy())
237 data.editFlags |= WebContextMenuData::CanCopy;
  /external/webkit/WebKit/wx/
WebFrame.cpp 354 bool wxWebFrame::CanCopy()
357 return (m_impl->frame->editor()->canCopy() || m_impl->frame->editor()->canDHTMLCopy());
364 if (CanCopy())
  /external/webkit/WebCore/platform/
ContextMenu.cpp 608 shouldEnable = frame->editor()->canDHTMLCopy() || frame->editor()->canCopy();
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 857 if (focusFrame && (focusFrame->editor()->canCopy() || focusFrame->editor()->canDHTMLCopy())) {
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]

Completed in 198 milliseconds