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

  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 73 if (deleteSelection(view, content)) {
100 private boolean deleteSelection(View view, Editable content) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 93 void TypingCommand::deleteSelection(Document* document, Options options)
105 lastTypingCommand->deleteSelection(options & SmartDelete);
109 TypingCommand::create(document, DeleteSelection, "", options)->apply();
262 case DeleteSelection:
263 deleteSelection(m_smartDelete);
503 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
593 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
598 void TypingCommand::deleteSelection(bool smartDelete)
600 CompositeEditCommand::deleteSelection(smartDelete);
601 typingAddedToOpenCommand(DeleteSelection);
    [all...]
CompositeEditCommand.cpp 566 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup)
572 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 138 * the clipboard. Finally it uses {@link #deleteSelection(String, List)} to
147 deleteSelection(mCanvas.getCutLabel(), selection);
161 public void deleteSelection(String verb, final List<SelectionItem> selection) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 324 milliseconds