Searched refs:rangeToBeCorrected (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionCommand.h36 static PassRefPtr<SpellingCorrectionCommand> create(PassRefPtr<Range> rangeToBeCorrected, const String& correction) argument
38 return adoptRef(new SpellingCorrectionCommand(rangeToBeCorrected, correction));
41 SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction);
H A DSpellingCorrectionCommand.cpp76 SpellingCorrectionCommand::SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction) argument
77 : CompositeEditCommand(rangeToBeCorrected->startContainer()->document())
78 , m_rangeToBeCorrected(rangeToBeCorrected)

Completed in 210 milliseconds