Searched defs:smartDelete (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | MoveSelectionCommand.cpp | 34 …ssRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) in MoveSelectionCommand()
|
D | TypingCommand.h | 97 bool smartDelete() const { return m_smartDelete; } in smartDelete() function 98 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()
|
D | DeleteSelectionCommand.cpp | 70 DeleteSelectionCommand::DeleteSelectionCommand(Document *document, bool smartDelete, bool mergeBloc… in DeleteSelectionCommand() 87 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete,… in DeleteSelectionCommand()
|
D | TypingCommand.cpp | 648 void TypingCommand::deleteSelection(bool smartDelete) in deleteSelection()
|
D | CompositeEditCommand.cpp | 371 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection() 377 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, boo… in deleteSelection()
|
D | Editor.cpp | 334 void Editor::deleteSelectionWithSmartDelete(bool smartDelete) in deleteSelectionWithSmartDelete()
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 465 bool smartDelete = innerFrame->editor()->smartInsertDeleteEnabled(); in concludeEditDrag() local
|