HomeSort by relevance Sort by last modified time
    Searched defs:SetSelectionCommand (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
SetSelectionCommand.cpp 27 #include "SetSelectionCommand.h"
33 SetSelectionCommand::SetSelectionCommand(const VisibleSelection& selection, SelectionController::SetSelectionOptions options)
40 void SetSelectionCommand::doApply()
51 void SetSelectionCommand::doUnapply()
SetSelectionCommand.h 34 class SetSelectionCommand : public SimpleEditCommand {
36 static PassRefPtr<SetSelectionCommand> create(const VisibleSelection& selection, SelectionController::SetSelectionOptions options)
38 return adoptRef(new SetSelectionCommand(selection, options));
42 SetSelectionCommand(const VisibleSelection&, SelectionController::SetSelectionOptions);
  /frameworks/base/core/java/android/widget/
NumberPicker.java 348 private SetSelectionCommand mSetSelectionCommand;
    [all...]

Completed in 1150 milliseconds