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

  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 69 if (deleteSelection(view, content)) {
96 private boolean deleteSelection(View view, Editable content) {
  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 80 void TypingCommand::deleteSelection(Document* document, Options options)
94 lastTypingCommand->deleteSelection(options & SmartDelete);
98 TypingCommand::create(document, DeleteSelection, "", options)->apply();
291 case DeleteSelection:
292 deleteSelection(m_smartDelete);
561 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
643 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
648 void TypingCommand::deleteSelection(bool smartDelete)
650 CompositeEditCommand::deleteSelection(smartDelete);
651 typingAddedToOpenCommand(DeleteSelection);
    [all...]
CompositeEditCommand.cpp 371 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
377 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 136 * the clipboard. Finally it uses {@link #deleteSelection(String, List)} to
145 deleteSelection(
161 public void deleteSelection(String verb, final List<SelectionItem> selection) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 586 public void deleteSelection() {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 129 // we can simply pass a delete key instead of calling deleteSelection.
648 mWebView.deleteSelection(start, start + before);
    [all...]
WebView.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 207 milliseconds