HomeSort by relevance Sort by last modified time
    Searched refs:canPaste (Results 26 - 41 of 41) sorted by null

12

  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 328 bool EditorClientImpl::canPaste(bool defaultValue) const
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 509 bool EditorClient::canPaste(bool defaultValue) const
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 572 bool WebEditorClient::canPaste(bool defaultValue) const
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 975 function update(canPaste) {
977 command.disabled = !canPaste;
985 chrome.experimental.bookmarkManager.canPaste(list.parentId, update);
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp     [all...]
Editor.cpp 244 bool Editor::canPaste() const
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 580 bool WebEditorClient::canPaste(bool defaultValue) const
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 339 if (mManager.canPaste()) {
    [all...]
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 197 milliseconds

12