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

  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 166 if (m_webView->focusedWebCoreFrame()->editor()->canCopy())
167 data.editFlags |= WebContextMenuData::CanCopy;
222 data.editFlags |= WebContextMenuData::CanCopy;
  /external/webkit/Source/WebCore/editing/
Editor.h 109 bool canCopy() const;
Editor.cpp 214 return canCopy() && canDelete();
236 bool Editor::canCopy() const
451 if (canCopy())
    [all...]
EditorCommand.cpp     [all...]
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 416 bool wxWebFrame::CanCopy()
419 return (m_impl->frame->editor()->canCopy() || m_impl->frame->editor()->canDHTMLCopy());
426 if (CanCopy())
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 749 if (focusFrame && (focusFrame->editor()->canCopy() || focusFrame->editor()->canDHTMLCopy())) {
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 189 milliseconds