Home
last modified time | relevance | path

Searched defs:smartDelete (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMoveSelectionCommand.cpp34 …assRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) in MoveSelectionCommand()
DTypingCommand.h93 bool smartDelete() const { return m_smartDelete; } in smartDelete() function
94 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()
DDeleteSelectionCommand.cpp70 DeleteSelectionCommand::DeleteSelectionCommand(Document& document, bool smartDelete, bool mergeBloc… in DeleteSelectionCommand()
88 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete,… in DeleteSelectionCommand()
DTypingCommand.cpp593 void TypingCommand::deleteSelection(bool smartDelete) in deleteSelection()
DCompositeEditCommand.cpp586 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection()
592 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, boo… in deleteSelection()
DEditor.cpp339 void Editor::deleteSelectionWithSmartDelete(bool smartDelete) in deleteSelectionWithSmartDelete()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp505 bool smartDelete = innerFrame->editor().smartInsertDeleteEnabled(); in concludeEditDrag() local