Searched defs:mergeBlocksAfterDelete (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | DeleteSelectionCommand.cpp | 70 …::DeleteSelectionCommand(Document *document, bool smartDelete, bool mergeBlocksAfterDelete, bool r… in DeleteSelectionCommand() 87 …onCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool r… in DeleteSelectionCommand()
|
D | CompositeEditCommand.cpp | 371 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection() 377 …Selection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool r… in deleteSelection()
|
D | ReplaceSelectionCommand.cpp | 856 …bool mergeBlocksAfterDelete = startIsInsideMailBlockquote || isEndOfParagraph(visibleEnd) || isSta… in doApply() local
|