Searched refs:MoveSelectionCommand (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMoveSelectionCommand.h35 class MoveSelectionCommand : public CompositeEditCommand { class in namespace:WebCore
37 static PassRefPtr<MoveSelectionCommand> create(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool smartDelete = false)
39 return adoptRef(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
43 MoveSelectionCommand(PassRefPtr<DocumentFragment>, const Position&, bool smartInsert, bool smartDelete);
H A DMoveSelectionCommand.cpp27 #include "core/editing/MoveSelectionCommand.h"
34 MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) function in class:WebCore::MoveSelectionCommand
40 void MoveSelectionCommand::doApply()
81 EditAction MoveSelectionCommand::editingAction() const
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp43 #include "core/editing/MoveSelectionCommand.h"
502 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete));
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk211 third_party/WebKit/Source/core/editing/MoveSelectionCommand.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk211 third_party/WebKit/Source/core/editing/MoveSelectionCommand.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk211 third_party/WebKit/Source/core/editing/MoveSelectionCommand.cpp \
H A Dwebcore_remaining.target.linux-arm.mk211 third_party/WebKit/Source/core/editing/MoveSelectionCommand.cpp \
H A Dwebcore_remaining.target.linux-mips.mk211 third_party/WebKit/Source/core/editing/MoveSelectionCommand.cpp \
H A Dwebcore_remaining.target.linux-x86.mk211 third_party/WebKit/Source/core/editing/MoveSelectionCommand.cpp \

Completed in 256 milliseconds