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

  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 45 static NSString* const WebAutomaticLinkDetectionEnabled = @"WebAutomaticLinkDetectionEnabled";
65 textCheckerState.isAutomaticLinkDetectionEnabled = [[NSUserDefaults standardUserDefaults] boolForKey:WebAutomaticLinkDetectionEnabled];
160 [[NSUserDefaults standardUserDefaults] setBool:isAutomaticLinkDetectionEnabled forKey:WebAutomaticLinkDetectionEnabled];
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferenceKeysPrivate.h 71 #define WebAutomaticLinkDetectionEnabled @"WebAutomaticLinkDetectionEnabled"
WebView.mm     [all...]

Completed in 2708 milliseconds