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)
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...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.h 199 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 528 milliseconds