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

/external/webkit/Source/WebKit2/UIProcess/mac/
H A DTextCheckerMac.mm84 static bool allowContinuousSpellChecking = true;
89 allowContinuousSpellChecking = [[NSUserDefaults standardUserDefaults] boolForKey:@"NSAllowContinuousSpellChecking"];
94 return allowContinuousSpellChecking;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferences.idl179 HRESULT allowContinuousSpellChecking([out, retval] BOOL *allowed);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h265 virtual HRESULT STDMETHODCALLTYPE allowContinuousSpellChecking(
H A DWebPreferences.cpp1223 HRESULT WebPreferences::allowContinuousSpellChecking(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4090 static bool allowContinuousSpellChecking = true;
4096 prefs->allowContinuousSpellChecking(&allowed);
4097 allowContinuousSpellChecking = !!allowed;
4101 return allowContinuousSpellChecking;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm5791 static BOOL allowContinuousSpellChecking = YES;
5795 allowContinuousSpellChecking = [[NSUserDefaults standardUserDefaults] boolForKey:@"NSAllowContinuousSpellChecking"];
5799 return allowContinuousSpellChecking;

Completed in 148 milliseconds