Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DDeleteSelectionCommand.h37 … 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…
DCompositeEditCommand.h100 … bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true, b…
101 … bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true, b…
DDeleteSelectionCommand.cpp70 …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()
DCompositeEditCommand.cpp586 …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()