Home
last modified time | relevance | path

Searched refs:expandForSpecialElements (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DDeleteSelectionCommand.h37 …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);
DCompositeEditCommand.h58 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
59 …e, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
DDeleteSelectionCommand.cpp70 …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()
DCompositeEditCommand.cpp371 …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/
DChangeLog-2007-10-1458069 expandForSpecialElements through to DeleteSelectionCommand's constructor.