Searched refs:allowContinuousSpellChecking (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DTextCheckerMac.mm114 static bool allowContinuousSpellChecking = true;
119 allowContinuousSpellChecking = [[NSUserDefaults standardUserDefaults] boolForKey:@"NSAllowContinuousSpellChecking"];
124 return allowContinuousSpellChecking;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl172 HRESULT allowContinuousSpellChecking([out, retval] BOOL *allowed);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h280 virtual HRESULT STDMETHODCALLTYPE allowContinuousSpellChecking(
H A DWebPreferences.cpp1304 HRESULT WebPreferences::allowContinuousSpellChecking(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4262 static bool allowContinuousSpellChecking = true;
4268 prefs->allowContinuousSpellChecking(&allowed);
4269 allowContinuousSpellChecking = !!allowed;
4273 return allowContinuousSpellChecking;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm6150 static BOOL allowContinuousSpellChecking = YES;
6154 allowContinuousSpellChecking = [[NSUserDefaults standardUserDefaults] boolForKey:@"NSAllowContinuousSpellChecking"];
6158 return allowContinuousSpellChecking;

Completed in 204 milliseconds