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

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.h 34 class SpellingCorrectionCommand : public CompositeEditCommand {
36 static PassRefPtr<SpellingCorrectionCommand> create(PassRefPtr<Range> rangeToBeCorrected, const String& correction)
38 return adoptRef(new SpellingCorrectionCommand(rangeToBeCorrected, correction));
41 SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction);
SpellingCorrectionCommand.cpp 27 #include "SpellingCorrectionCommand.h"
76 SpellingCorrectionCommand::SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction)
84 void SpellingCorrectionCommand::doApply()
104 bool SpellingCorrectionCommand::shouldRetainAutocorrectionIndicator() const

Completed in 64 milliseconds