Searched refs:expandForSpecialElements (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | DeleteSelectionCommand.h | 37 … bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false, … 39 …Command(document, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitize… 41 … bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false, … 43 …ommand(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitize… 47 …ol smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool san… 48 …ol smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool san…
|
D | CompositeEditCommand.h | 100 … bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true, b… 101 … bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true, b…
|
D | DeleteSelectionCommand.cpp | 70 …ol smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool san… in DeleteSelectionCommand() argument 77 , m_expandForSpecialElements(expandForSpecialElements) in DeleteSelectionCommand() 88 …ol smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool san… in DeleteSelectionCommand() argument 95 , m_expandForSpecialElements(expandForSpecialElements) in DeleteSelectionCommand()
|
D | CompositeEditCommand.cpp | 586 …ol smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool san… in deleteSelection() argument 589 …reate(document(), smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitize… in deleteSelection() 592 …ol smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool san… in deleteSelection() argument 595 …create(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitize… in deleteSelection()
|