HomeSort by relevance Sort by last modified time
    Searched refs:DeleteSelectionCommand (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.h 36 class DeleteSelectionCommand FINAL : public CompositeEditCommand {
38 static PassRefPtrWillBeRawPtr<DeleteSelectionCommand> create(Document& document, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = false, bool sanitizeMarkup = true)
40 return adoptRefWillBeNoop(new DeleteSelectionCommand(document, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup));
42 static PassRefPtrWillBeRawPtr<DeleteSelectionCommand> create(const VisibleSelection& selection, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = false, bool sanitizeMarkup = true)
44 return adoptRefWillBeNoop(new DeleteSelectionCommand(selection, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup));
50 DeleteSelectionCommand(Document&, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool santizeMarkup);
51 DeleteSelectionCommand(const VisibleSelection&, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup);
DeleteSelectionCommand.cpp 27 #include "core/editing/DeleteSelectionCommand.h"
68 DeleteSelectionCommand::DeleteSelectionCommand(Document& document, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup)
85 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup)
103 void DeleteSelectionCommand::initializeStartEnd(Position& start, Position& end)
158 void DeleteSelectionCommand::setStartingSelectionOnSmartDelete(const Position& start, const Position& end)
166 void DeleteSelectionCommand::initializePositionData()
273 void DeleteSelectionCommand::saveTypingStyleState()
300 bool DeleteSelectionCommand::handleSpecialCaseBRDelete(
    [all...]
CompositeEditCommand.cpp 41 #include "core/editing/DeleteSelectionCommand.h"
571 applyCommandToComposite(DeleteSelectionCommand::create(document(), smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup));
577 applyCommandToComposite(DeleteSelectionCommand::create(selection, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup));
    [all...]
Editor.cpp 47 #include "core/editing/DeleteSelectionCommand.h"
342 DeleteSelectionCommand::create(*frame().document(), smartDelete)->apply();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 261 third_party/WebKit/Source/core/editing/DeleteSelectionCommand.cpp \
    [all...]

Completed in 3191 milliseconds