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

  /external/webkit/WebCore/editing/
TypingCommand.cpp 64 void TypingCommand::deleteSelection(Document* document, bool smartDelete)
76 static_cast<TypingCommand*>(lastEditCommand)->deleteSelection(smartDelete);
80 RefPtr<TypingCommand> typingCommand = TypingCommand::create(document, DeleteSelection, "", false);
255 case DeleteSelection:
256 deleteSelection(m_smartDelete);
506 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
586 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
591 void TypingCommand::deleteSelection(bool smartDelete)
593 CompositeEditCommand::deleteSelection(smartDelete);
594 typingAddedToOpenCommand(DeleteSelection);
    [all...]
CompositeEditCommand.cpp 361 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
367 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 573 public void deleteSelection() {
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 146 deleteSelection();
418 protected void deleteSelection() {
419 mGridLayer.deleteSelection();
    [all...]
GridLayer.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 430 mWebView.deleteSelection(start, start + before);
    [all...]
WebView.java     [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 647 milliseconds