HomeSort by relevance Sort by last modified time
    Searched refs:deleteSelection (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 36 DeleteSelection,
60 static void deleteSelection(Document*, Options = 0);
81 void deleteSelection(bool smartDelete);
MoveSelectionCommand.cpp 59 deleteSelection(m_smartDelete);
CompositeEditCommand.h 58 void deleteSelection(bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
59 void deleteSelection(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
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...]
BreakBlockquoteCommand.cpp 52 deleteSelection(false, false);
InsertLineBreakCommand.cpp 90 deleteSelection();
InsertTextCommand.cpp 118 deleteSelection(false, true, true, false);
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...]
InsertParagraphSeparatorCommand.cpp 159 deleteSelection(false, true);
ReplaceSelectionCommand.cpp     [all...]
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 73 if (deleteSelection(view, content)) {
100 private boolean deleteSelection(View view, Editable content) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java 84 canvas.getClipboardSupport().deleteSelection("Remove",
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) {
GestureManager.java 782 mCanvas.getClipboardSupport().deleteSelection("Remove",
    [all...]
LayoutCanvas.java     [all...]
OutlinePage.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 105 mExplorer.deleteSelection();
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 727 - (void)deleteSelection;
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 350 void deleteSelection(int start, int end, int textGeneration);
    [all...]
WebViewCore.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 516 virtual HRESULT STDMETHODCALLTYPE deleteSelection( void);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 589 public void deleteSelection() {
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java     [all...]

Completed in 607 milliseconds

1 2