Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMoveSelectionCommand.cpp34 …ssRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) in MoveSelectionCommand()
DTypingCommand.h97 bool smartDelete() const { return m_smartDelete; } in smartDelete() function
98 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()
DDeleteSelectionCommand.cpp70 DeleteSelectionCommand::DeleteSelectionCommand(Document *document, bool smartDelete, bool mergeBloc… in DeleteSelectionCommand()
87 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete,… in DeleteSelectionCommand()
DTypingCommand.cpp648 void TypingCommand::deleteSelection(bool smartDelete) in deleteSelection()
DCompositeEditCommand.cpp371 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection()
377 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, boo… in deleteSelection()
DEditor.cpp334 void Editor::deleteSelectionWithSmartDelete(bool smartDelete) in deleteSelectionWithSmartDelete()
/external/webkit/Source/WebCore/page/
DDragController.cpp465 bool smartDelete = innerFrame->editor()->smartInsertDeleteEnabled(); in concludeEditDrag() local