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

  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKViewPrivate.h 39 - (void)handleCorrectionPanelResult:(NSString*)result;
WKView.mm     [all...]
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.h 105 void handleCorrectionPanelResult(const String& correction) UNLESS_ENABLED({ UNUSED_PARAM(correction); })
SpellingCorrectionController.cpp 139 handleCorrectionPanelResult(dismissSoon(ReasonForDismissingCorrectionPanelAccepted));
259 handleCorrectionPanelResult(dismissSoon(ReasonForDismissingCorrectionPanelAccepted));
323 void SpellingCorrectionController::handleCorrectionPanelResult(const String& correction)
Editor.h 330 void handleCorrectionPanelResult(const String& correction);
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 145 [m_view.get() handleCorrectionPanelResult:acceptedReplacement];
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 152 [m_view.get() handleCorrectionPanelResult:acceptedReplacement];
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 670 - (void)handleCorrectionPanelResult:(NSString*)result;
WebView.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 407 void handleCorrectionPanelResult(const String&);
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 478 void handleCorrectionPanelResult(const String& result);
    [all...]
WebPageProxy.cpp     [all...]

Completed in 115 milliseconds