HomeSort by relevance Sort by last modified time
    Searched refs:DeleteSelection (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 36 DeleteSelection,
60 static void deleteSelection(Document&, Options = 0);
77 void deleteSelection(bool smartDelete);
TypingCommand.cpp 93 void TypingCommand::deleteSelection(Document& document, Options options)
103 lastTypingCommand->deleteSelection(options & SmartDelete);
107 TypingCommand::create(document, DeleteSelection, "", options)->apply();
256 case DeleteSelection:
257 deleteSelection(m_smartDelete);
498 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
588 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
593 void TypingCommand::deleteSelection(bool smartDelete)
595 CompositeEditCommand::deleteSelection(smartDelete);
596 typingAddedToOpenCommand(DeleteSelection);
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.h 196 void DeleteSelection();
textfield_views_model.cc 359 DeleteSelection();
380 DeleteSelection();
519 // TODO(oshima): Change Delete/Backspace to use DeleteSelection,
523 DeleteSelection();
554 void TextfieldViewsModel::DeleteSelection() {
586 DeleteSelection();
native_textfield_views.cc     [all...]

Completed in 50 milliseconds