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

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 97 void SpellingCorrectionController::startCorrectionPanelTimer(CorrectionPanelInfo::PanelType type)
106 m_correctionPanelInfo.panelType = type;
163 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, replacement, Vector<String>());
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
253 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeCorrection)
285 switch (m_correctionPanelInfo.panelType) {
299 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, m_correctionPanelInfo.replacementString, Vector<String>());
317 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, topSuggestion, suggestions);
336 switch (m_correctionPanelInfo.panelType) {
SpellingCorrectionController.h 56 enum PanelType {
65 PanelType panelType;
87 void startCorrectionPanelTimer(CorrectionPanelInfo::PanelType) UNLESS_ENABLED({})
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 32 static inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType)
34 switch (panelType) {
58 void CorrectionPanel::show(WebView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
WebEditorClient.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 36 static inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType)
38 switch (panelType) {
64 void CorrectionPanel::show(WKView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 696 void showCorrectionPanel(int32_t panelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
    [all...]
WebPageProxy.cpp     [all...]

Completed in 32 milliseconds