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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextCheckerClient.h 43 void setContinuousSpellCheckingEnabled(bool);
WebTextCheckerClient.cpp 54 void WebTextCheckerClient::setContinuousSpellCheckingEnabled(bool enabled)
56 if (!m_client.setContinuousSpellCheckingEnabled)
59 m_client.setContinuousSpellCheckingEnabled(enabled, m_client.clientInfo);
TextCheckerWin.cpp 59 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled)
64 WebTextChecker::shared()->client().setContinuousSpellCheckingEnabled(isContinuousSpellCheckingEnabled);
  /external/webkit/Source/WebKit2/UIProcess/
TextChecker.h 42 static void setContinuousSpellCheckingEnabled(bool);
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
TextCheckerGtk.cpp 51 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled)
  /external/webkit/Source/WebKit2/UIProcess/qt/
TextCheckerQt.cpp 52 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled)
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.h 58 WKTextCheckerSetContinousSpellCheckingEnabled setContinuousSpellCheckingEnabled;
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 713 - (void)setContinuousSpellCheckingEnabled:(BOOL)flag;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 176 HRESULT setContinuousSpellCheckingEnabled([in] BOOL enabled);
IWebView.idl     [all...]
  /external/webkit/Source/WebKit/win/
WebPreferences.h 256 virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(
WebView.h 429 virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(
    [all...]
WebView.cpp     [all...]
WebPreferences.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 97 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled)
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 308 [webView setContinuousSpellCheckingEnabled:YES];
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 772 TextChecker::setContinuousSpellCheckingEnabled(spellCheckingEnabled);
    [all...]

Completed in 351 milliseconds