/external/chromium_org/third_party/WebKit/Source/core/editing/ |
DeleteSelectionCommand.h | 35 class DeleteSelectionCommand : public CompositeEditCommand { 37 static PassRefPtr<DeleteSelectionCommand> create(Document& document, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false, bool sanitizeMarkup = true) 39 return adoptRef(new DeleteSelectionCommand(document, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitizeMarkup)); 41 static PassRefPtr<DeleteSelectionCommand> create(const VisibleSelection& selection, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false, bool sanitizeMarkup = true) 43 return adoptRef(new DeleteSelectionCommand(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitizeMarkup)); 47 DeleteSelectionCommand(Document&, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool santizeMarkup); 48 DeleteSelectionCommand(const VisibleSelection&, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup);
|
DeleteSelectionCommand.cpp | 27 #include "core/editing/DeleteSelectionCommand.h" 70 DeleteSelectionCommand::DeleteSelectionCommand(Document& document, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup) 88 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup) 107 void DeleteSelectionCommand::initializeStartEnd(Position& start, Position& end) 162 void DeleteSelectionCommand::setStartingSelectionOnSmartDelete(const Position& start, const Position& end) 176 void DeleteSelectionCommand::initializePositionData() 279 void DeleteSelectionCommand::saveTypingStyleState() 306 bool DeleteSelectionCommand::handleSpecialCaseBRDelete( [all...] |
CompositeEditCommand.cpp | 41 #include "core/editing/DeleteSelectionCommand.h" 589 applyCommandToComposite(DeleteSelectionCommand::create(document(), smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitizeMarkup)); 595 applyCommandToComposite(DeleteSelectionCommand::create(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitizeMarkup)); [all...] |
Editor.cpp | 46 #include "core/editing/DeleteSelectionCommand.h" 345 DeleteSelectionCommand::create(*m_frame.document(), smartDelete)->apply(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_remaining.target.darwin-arm.mk | 225 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \ [all...] |
webcore_remaining.target.darwin-mips.mk | 225 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \ [all...] |
webcore_remaining.target.darwin-x86.mk | 225 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \ [all...] |
webcore_remaining.target.linux-arm.mk | 225 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \ [all...] |
webcore_remaining.target.linux-mips.mk | 225 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \ [all...] |
webcore_remaining.target.linux-x86.mk | 225 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \ [all...] |