Searched refs:sanitizeMarkup (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | DeleteSelectionCommand.h | 38 …l mergeBlocksAfterDelete = true, bool expandForSpecialElements = false, bool sanitizeMarkup = true) 40 …nCommand(document, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup)); 42 …l mergeBlocksAfterDelete = true, bool expandForSpecialElements = false, bool sanitizeMarkup = true) 44 …Command(selection, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup)); 51 …bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup);
|
D | CompositeEditCommand.h | 104 …l mergeBlocksAfterDelete = true, bool expandForSpecialElements = true, bool sanitizeMarkup = true); 105 …l mergeBlocksAfterDelete = true, bool expandForSpecialElements = true, bool sanitizeMarkup = true);
|
D | DeleteSelectionCommand.cpp | 68 … bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) in DeleteSelectionCommand() argument 77 , m_sanitizeMarkup(sanitizeMarkup) in DeleteSelectionCommand() 85 … bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) in DeleteSelectionCommand() argument 94 , m_sanitizeMarkup(sanitizeMarkup) in DeleteSelectionCommand()
|
D | CompositeEditCommand.cpp | 568 …(bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) in deleteSelection() argument 571 …create(document(), smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup)); in deleteSelection() 574 … bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) in deleteSelection() argument 577 …:create(selection, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup)); in deleteSelection()
|