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

  /external/webkit/WebCore/page/
EditorClient.h 162 virtual bool isAutomaticSpellingCorrectionEnabled() = 0;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 92 virtual bool isAutomaticSpellingCorrectionEnabled();
WebEditorClient.mm 396 bool WebEditorClient::isAutomaticSpellingCorrectionEnabled()
398 return [m_webView isAutomaticSpellingCorrectionEnabled];
  /external/webkit/WebCore/editing/
Editor.h 219 bool isAutomaticSpellingCorrectionEnabled();
Editor.cpp     [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 415 virtual bool isAutomaticSpellingCorrectionEnabled() { return false; }
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 557 - (BOOL)isAutomaticSpellingCorrectionEnabled;
WebView.mm     [all...]
WebHTMLView.mm 357 - (BOOL)isAutomaticSpellingCorrectionEnabled;
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 703 shouldCheck = frame->editor()->isAutomaticSpellingCorrectionEnabled();
    [all...]

Completed in 18 milliseconds