HomeSort by relevance Sort by last modified time
    Searched refs:DeleteSelection (Results 1 - 6 of 6) 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 95 void TypingCommand::deleteSelection(Document& document, Options options)
105 lastTypingCommand->deleteSelection(options & SmartDelete);
109 TypingCommand::create(document, DeleteSelection, "", options)->apply();
258 case DeleteSelection:
259 deleteSelection(m_smartDelete);
508 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
598 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
603 void TypingCommand::deleteSelection(bool smartDelete)
605 CompositeEditCommand::deleteSelection(smartDelete);
606 typingAddedToOpenCommand(DeleteSelection);
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 332 DeleteSelection();
353 DeleteSelection();
492 // TODO(oshima): Change Delete/Backspace to use DeleteSelection,
496 DeleteSelection();
526 void TextfieldModel::DeleteSelection() {
559 DeleteSelection();
textfield_model.h 183 void DeleteSelection();
textfield.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]

Completed in 670 milliseconds