Searched refs:expandForSpecialElements (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/editing/ |
D | DeleteSelectionCommand.h | 35 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false) 37 …electionCommand(document, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); 39 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false) 41 …lectionCommand(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); 45 …ment*, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements); 46 …tion&, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements);
|
D | CompositeEditCommand.h | 55 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true); 56 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
|
D | DeleteSelectionCommand.cpp | 76 …cument, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in DeleteSelectionCommand() argument 82 m_expandForSpecialElements(expandForSpecialElements), in DeleteSelectionCommand() 92 …ection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in DeleteSelectionCommand() argument 98 m_expandForSpecialElements(expandForSpecialElements), in DeleteSelectionCommand()
|
D | CompositeEditCommand.cpp | 361 …lection(bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in deleteSelection() argument 364 …mmand::create(document(), smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); in deleteSelection() 367 …ection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) in deleteSelection() argument 370 …ommand::create(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements)); in deleteSelection()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 58069 expandForSpecialElements through to DeleteSelectionCommand's constructor.
|