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

  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 84 static bool allowContinuousSpellChecking = true;
89 allowContinuousSpellChecking = [[NSUserDefaults standardUserDefaults] boolForKey:@"NSAllowContinuousSpellChecking"];
94 return allowContinuousSpellChecking;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 179 HRESULT allowContinuousSpellChecking([out, retval] BOOL *allowed);
  /external/webkit/Source/WebKit/win/
WebPreferences.h 265 virtual HRESULT STDMETHODCALLTYPE allowContinuousSpellChecking(
WebView.cpp     [all...]
WebPreferences.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 853 milliseconds