Home
last modified time | relevance | path

Searched defs:mergeBlocksAfterDelete (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DDeleteSelectionCommand.cpp70 …::DeleteSelectionCommand(Document *document, bool smartDelete, bool mergeBlocksAfterDelete, bool r… in DeleteSelectionCommand()
87 …onCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool r… in DeleteSelectionCommand()
DCompositeEditCommand.cpp371 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection()
377 …Selection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool r… in deleteSelection()
DReplaceSelectionCommand.cpp856 …bool mergeBlocksAfterDelete = startIsInsideMailBlockquote || isEndOfParagraph(visibleEnd) || isSta… in doApply() local