HomeSort by relevance Sort by last modified time
    Searched defs:canPaste (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 212 bool EditorClientHaiku::canPaste(bool defaultValue) const
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 221 bool EditorClientAndroid::canPaste(bool defaultValue) const { return defaultValue; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 168 bool EditorClientEfl::canPaste(bool defaultValue) const
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 167 bool EditorClientWinCE::canPaste(bool defaultValue) const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 321 bool EditorClientWx::canPaste(bool defaultValue) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 251 bool WebEditorClient::canPaste(bool defaultValue) const
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 163 || !canPaste(primaryClip.getItemAt(0).coerceToText(getContext()))) {
205 if (canPaste(paste)) {
212 private boolean canPaste(CharSequence paste) {
213 boolean canPaste = true;
218 canPaste = false;
220 return canPaste;
  /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/qt/WebCoreSupport/
EditorClientQt.cpp 267 bool EditorClientQt::canPaste(bool defaultValue) const
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 572 bool WebEditorClient::canPaste(bool defaultValue) const
  /external/webkit/Source/WebCore/editing/
Editor.cpp 244 bool Editor::canPaste() const
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 473 virtual bool canPaste(bool defaultValue) const { return defaultValue; }
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 339 if (mManager.canPaste()) {
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [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 279 milliseconds