Searched defs:SetSelectionCommand (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSetSelectionCommand.cpp27 #include "SetSelectionCommand.h"
33 SetSelectionCommand::SetSelectionCommand(const VisibleSelection& selection, SelectionController::SetSelectionOptions options) function in class:WebCore::SetSelectionCommand
40 void SetSelectionCommand::doApply()
51 void SetSelectionCommand::doUnapply()
H A DSetSelectionCommand.h34 class SetSelectionCommand : public SimpleEditCommand { class in namespace:WebCore
36 static PassRefPtr<SetSelectionCommand> create(const VisibleSelection& selection, SelectionController::SetSelectionOptions options)
38 return adoptRef(new SetSelectionCommand(selection, options));
42 SetSelectionCommand(const VisibleSelection&, SelectionController::SetSelectionOptions);

Completed in 1451 milliseconds