Searched refs:expandForSpecialElements (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | DeleteSelectionCommand.h | 37 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false) 39 …electionCommand(document, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); 41 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false) 43 …lectionCommand(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); 47 …ment*, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements); 48 …tion&, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements);
|
D | CompositeEditCommand.h | 58 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true); 59 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
|
D | DeleteSelectionCommand.cpp | 70 …cument, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in DeleteSelectionCommand() argument 77 m_expandForSpecialElements(expandForSpecialElements), in DeleteSelectionCommand() 87 …ection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in DeleteSelectionCommand() argument 94 m_expandForSpecialElements(expandForSpecialElements), in DeleteSelectionCommand()
|
D | CompositeEditCommand.cpp | 371 …lection(bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in deleteSelection() argument 374 …mmand::create(document(), smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); in deleteSelection() 377 …ection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in deleteSelection() argument 380 …ommand::create(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); in deleteSelection()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 58069 expandForSpecialElements through to DeleteSelectionCommand's constructor.
|