Searched refs:continuousSpellCheckingEnabled (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebTextCheckerClient.cpp46 bool WebTextCheckerClient::continuousSpellCheckingEnabled() function in class:WebKit::WebTextCheckerClient
48 if (!m_client.continuousSpellCheckingEnabled)
51 return m_client.continuousSpellCheckingEnabled(m_client.base.clientInfo);
H A DWebTextCheckerClient.h48 bool continuousSpellCheckingEnabled();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKTextChecker.h62 WKTextCheckerContinousSpellCheckingEnabled continuousSpellCheckingEnabled; member in struct:WKTextCheckerClientV0
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DTextCheckerGtk.cpp47 textCheckerState.isContinuousSpellCheckingEnabled = client.continuousSpellCheckingEnabled();
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebPreferences.idl168 HRESULT continuousSpellCheckingEnabled([out, retval] BOOL* enabled);
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebView.h605 @property (nonatomic, getter=isContinuousSpellCheckingEnabled) BOOL continuousSpellCheckingEnabled; variable
H A DWebView.mm632 static BOOL continuousSpellCheckingEnabled;
4662 continuousSpellCheckingEnabled = NO;
4666 continuousSpellCheckingEnabled = [defaults boolForKey:WebContinuousSpellCheckingEnabled];
7258 if (continuousSpellCheckingEnabled == flag)
7261 continuousSpellCheckingEnabled = flag;
7263 [[NSUserDefaults standardUserDefaults] setBool:continuousSpellCheckingEnabled forKey:WebContinuousSpellCheckingEnabled];
7273 return (continuousSpellCheckingEnabled && [self _continuousCheckingAllowed]);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebPreferences.h265 virtual HRESULT STDMETHODCALLTYPE continuousSpellCheckingEnabled(
H A DWebView.cpp351 static bool continuousSpellCheckingEnabled; variable
418 if (SUCCEEDED(sharedPreferences->continuousSpellCheckingEnabled(&enabled)))
419 continuousSpellCheckingEnabled = !!enabled;
4214 if (continuousSpellCheckingEnabled != !!flag) {
4215 continuousSpellCheckingEnabled = !!flag;
4233 *enabled = (continuousSpellCheckingEnabled && continuousCheckingAllowed()) ? TRUE : FALSE;
H A DWebPreferences.cpp1322 HRESULT WebPreferences::continuousSpellCheckingEnabled(BOOL* enabled) function in class:WebPreferences

Completed in 335 milliseconds