Searched defs:smartDelete (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | MoveSelectionCommand.cpp | 34 …assRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) in MoveSelectionCommand()
|
D | TypingCommand.h | 93 bool smartDelete() const { return m_smartDelete; } in smartDelete() function 94 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()
|
D | DeleteSelectionCommand.cpp | 70 DeleteSelectionCommand::DeleteSelectionCommand(Document& document, bool smartDelete, bool mergeBloc… in DeleteSelectionCommand() 88 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete,… in DeleteSelectionCommand()
|
D | TypingCommand.cpp | 593 void TypingCommand::deleteSelection(bool smartDelete) in deleteSelection()
|
D | CompositeEditCommand.cpp | 586 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection() 592 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, boo… in deleteSelection()
|
D | Editor.cpp | 339 void Editor::deleteSelectionWithSmartDelete(bool smartDelete) in deleteSelectionWithSmartDelete()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 505 bool smartDelete = innerFrame->editor().smartInsertDeleteEnabled(); in concludeEditDrag() local
|