HomeSort by relevance Sort by last modified time
    Searched refs:m_correctionPanelInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 105 m_correctionPanelInfo.rangeToBeReplaced.clear();
106 m_correctionPanelInfo.panelType = type;
113 m_correctionPanelInfo.rangeToBeReplaced.clear();
141 m_correctionPanelInfo.rangeToBeReplaced.clear();
146 return m_correctionPanelInfo.rangeToBeReplaced;
159 m_correctionPanelInfo.replacedString = plainText(rangeToReplace.get());
160 m_correctionPanelInfo.rangeToBeReplaced = rangeToReplace;
161 m_correctionPanelInfo.replacementString = replacement;
162 m_correctionPanelInfo.isActive = true;
163 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, replacement, Vector<String>())
    [all...]
SpellingCorrectionController.h 137 CorrectionPanelInfo m_correctionPanelInfo;

Completed in 50 milliseconds