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

/macosx-10.9.5/WebCore-7537.78.1/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 "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
H A DEditingAllInOne.cpp58 #include <MoveSelectionCommand.cpp>
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragController.cpp61 #include "MoveSelectionCommand.h"
523 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete));

Completed in 127 milliseconds