Home
last modified time | relevance | path

Searched defs:CorrectionPanelInfo (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.h55 struct CorrectionPanelInfo { struct
56 enum PanelType {
62 RefPtr<Range> rangeToBeReplaced;
63 String replacedString;
87 void startCorrectionPanelTimer(CorrectionPanelInfo::PanelType) UNLESS_ENABLED({}) argument