HomeSort by relevance Sort by last modified time
    Searched refs:SpellingCorrectionCommand (Results 1 - 5 of 5) 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
SpellingCorrectionController.cpp 35 #include "SpellingCorrectionCommand.h"
228 applyCommand(SpellingCorrectionCommand::create(rangeToBeReplaced, m_correctionPanelInfo.replacementString));
Editor.cpp 77 #include "SpellingCorrectionCommand.h"
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 259 editing/SpellingCorrectionCommand.cpp \
    [all...]

Completed in 1063 milliseconds