Searched refs:SpellingCorrectionCommand (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionCommand.h34 class SpellingCorrectionCommand : public CompositeEditCommand { class in namespace:WebCore
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);
H A DSpellingCorrectionCommand.cpp27 #include "SpellingCorrectionCommand.h"
76 SpellingCorrectionCommand::SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction) function in class:WebCore::SpellingCorrectionCommand
84 void SpellingCorrectionCommand::doApply()
104 bool SpellingCorrectionCommand::shouldRetainAutocorrectionIndicator() const
H A DSpellingCorrectionController.cpp35 #include "SpellingCorrectionCommand.h"
228 applyCommand(SpellingCorrectionCommand::create(rangeToBeReplaced, m_correctionPanelInfo.replacementString));
H A DEditor.cpp77 #include "SpellingCorrectionCommand.h"
2276 applyCommand(SpellingCorrectionCommand::create(rangeToReplace, result->replacement));
/external/webkit/Source/WebCore/
H A DAndroid.mk260 editing/SpellingCorrectionCommand.cpp \

Completed in 232 milliseconds