HomeSort by relevance Sort by last modified time
    Searched full:deleteselection (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/WebCore/manual-tests/
remove-on-drop-crash.html 4 function deleteSelection() {
8 document.body.addEventListener("DOMNodeInserted", deleteSelection, false);
  /external/webkit/WebCore/editing/
TypingCommand.h 36 DeleteSelection,
45 static void deleteSelection(Document*, bool smartDelete = false);
66 void deleteSelection(bool smartDelete);
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...]
MoveSelectionCommand.cpp 63 deleteSelection(m_smartMove);
CompositeEditCommand.h 55 void deleteSelection(bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
56 void deleteSelection(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
RemoveFormatCommand.cpp 64 deleteSelection();
InsertLineBreakCommand.cpp 91 deleteSelection();
BreakBlockquoteCommand.cpp 52 deleteSelection(false, false);
InsertTextCommand.cpp 122 deleteSelection(false, true, true, false);
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...]
InsertParagraphSeparatorCommand.cpp 159 deleteSelection(false, true);
ReplaceSelectionCommand.cpp 768 deleteSelection(false, mergeBlocksAfterDelete, true, false);
    [all...]
Editor.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 106 mExplorer.deleteSelection();
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 146 deleteSelection();
418 protected void deleteSelection() {
419 mGridLayer.deleteSelection();
    [all...]
SelectionMenu.java 306 // gridLayer.deleteSelection();
GridLayer.java     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]
WebViewCore.h 321 void deleteSelection(int start, int end, int textGeneration);
  /external/webkit/WebKit/win/
WebView.h 496 virtual HRESULT STDMETHODCALLTYPE deleteSelection( void);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 573 public void deleteSelection() {
  /external/webkit/WebKit/mac/WebView/
WebView.h 727 - (void)deleteSelection;
  /frameworks/base/core/java/android/webkit/
WebTextView.java 430 mWebView.deleteSelection(start, start + before);
    [all...]