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

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 212 bool EditorClientHaiku::canPaste(bool defaultValue) const
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 105 || !canPaste(primaryClip.getItemAt(0).coerceToText(getContext()))) {
147 if (canPaste(paste)) {
154 private boolean canPaste(CharSequence paste) {
155 boolean canPaste = true;
160 canPaste = false;
162 return canPaste;
  /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
  /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 477 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...]

Completed in 3037 milliseconds