Home
last modified time | relevance | path

Searched refs:applyCorrectionPanelInfo (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp195 void SpellingCorrectionController::applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType… in applyCorrectionPanelInfo() function in WebCore::SpellingCorrectionController
340 applyCorrectionPanelInfo(markerTypesForAutocorrection()); in handleCorrectionPanelResult()
348 applyCorrectionPanelInfo(markerTypesForReplacement()); in handleCorrectionPanelResult()
DSpellingCorrectionController.h94 void applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>&) UNLESS_ENABLED({})
DEditor.h432 void applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06606 1. Moved all calls to applyCorrectionPanelInfo() into handleCorrectionPanelResult().
612 …* editing/Editor.cpp: Moved all calls to applyCorrectionPanelInfo() into handleCorrectionPanelResu…
624 (WebCore::Editor::applyCorrectionPanelInfo):
2247 …e::Editor::markMisspellingsAfterTypingToWord): Adopted new signature of applyCorrectionPanelInfo().
2257 … (WebCore::Editor::applyCorrectionPanelInfo): Added code to handle new multiple suggestion panel.
2260 Changed the signature of applyCorrectionPanelInfo() to hanlde new correction panel type.
17808 …ore::Editor::markMisspellingsAfterTypingToPosition): Adopted new method applyCorrectionPanelInfo().
17819 (WebCore::Editor::applyCorrectionPanelInfo): Factored out code that applies autocorrection.
DChangeLog-2011-02-16831 (WebCore::Editor::applyCorrectionPanelInfo): Adopted SpellingCorrectionCommand.
8865 (WebCore::Editor::applyCorrectionPanelInfo): Remove the code that set caret position after
DChangeLog26005 (WebCore::SpellingCorrectionController::applyCorrectionPanelInfo):
28573 (WebCore::Editor::applyCorrectionPanelInfo):