HomeSort by relevance Sort by last modified time
    Searched full:webautomaticspellingcorrectionenabled (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 39 static NSString* const WebAutomaticSpellingCorrectionEnabled = @"WebAutomaticSpellingCorrectionEnabled";
62 textCheckerState.isAutomaticSpellingCorrectionEnabled = [[NSUserDefaults standardUserDefaults] boolForKey:WebAutomaticSpellingCorrectionEnabled];
69 if (![[NSUserDefaults standardUserDefaults] objectForKey:WebAutomaticSpellingCorrectionEnabled])
127 [[NSUserDefaults standardUserDefaults] setBool:isAutomaticSpellingCorrectionEnabled forKey:WebAutomaticSpellingCorrectionEnabled];
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferenceKeysPrivate.h 74 #define WebAutomaticSpellingCorrectionEnabled @"WebAutomaticSpellingCorrectionEnabled"
WebView.mm     [all...]

Completed in 98 milliseconds