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

  /frameworks/base/core/java/android/webkit/
SelectActionModeCallback.java 72 boolean canCopy = mIsTextSelected;
77 setMenuVisibility(menu, canCopy, com.android.internal.R.id.copy);
  /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...]
Editor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /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 687 milliseconds