Searched refs:mergeBlocksAfterDelete (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | DeleteSelectionCommand.h | 37 …mmand> create(Document* document, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bo… 39 …return adoptRef(new DeleteSelectionCommand(document, smartDelete, mergeBlocksAfterDelete, replace,… 41 …onst VisibleSelection& selection, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bo… 43 …return adoptRef(new DeleteSelectionCommand(selection, smartDelete, mergeBlocksAfterDelete, replace… 47 …DeleteSelectionCommand(Document*, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, boo… 48 …DeleteSelectionCommand(const VisibleSelection&, bool smartDelete, bool mergeBlocksAfterDelete, boo…
|
D | CompositeEditCommand.h | 58 …void deleteSelection(bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = … 59 …election(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bo…
|
D | DeleteSelectionCommand.cpp | 70 …eleteSelectionCommand(Document *document, bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in DeleteSelectionCommand() argument 74 m_mergeBlocksAfterDelete(mergeBlocksAfterDelete), in DeleteSelectionCommand() 87 …ommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in DeleteSelectionCommand() argument 91 m_mergeBlocksAfterDelete(mergeBlocksAfterDelete), in DeleteSelectionCommand()
|
D | CompositeEditCommand.cpp | 371 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection() argument 374 …omposite(DeleteSelectionCommand::create(document(), smartDelete, mergeBlocksAfterDelete, replace, … in deleteSelection() 377 …ection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool repl… in deleteSelection() argument 380 …Composite(DeleteSelectionCommand::create(selection, smartDelete, mergeBlocksAfterDelete, replace, … in deleteSelection()
|
D | ReplaceSelectionCommand.cpp | 856 …bool mergeBlocksAfterDelete = startIsInsideMailBlockquote || isEndOfParagraph(visibleEnd) || isSta… in doApply() local 859 deleteSelection(false, mergeBlocksAfterDelete, true, false); in doApply()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 32021 new mergeBlocksAfterDelete flag to be set improperly, causing layout regressions. 32028 … (khtml::CompositeEditCommand::deleteSelection): Added new mergeBlocksAfterDelete flag to control
|