Searched refs:WebAutomaticLinkDetectionEnabled (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h71 #define WebAutomaticLinkDetectionEnabled @"WebAutomaticLinkDetectionEnabled" macro
H A DWebView.mm2907 automaticLinkDetectionEnabled = [[NSUserDefaults standardUserDefaults] boolForKey:WebAutomaticLinkDetectionEnabled];
5330 [[NSUserDefaults standardUserDefaults] setBool:automaticLinkDetectionEnabled forKey:WebAutomaticLinkDetectionEnabled];
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DTextCheckerMac.mm45 static NSString* const WebAutomaticLinkDetectionEnabled = @"WebAutomaticLinkDetectionEnabled";
65 textCheckerState.isAutomaticLinkDetectionEnabled = [[NSUserDefaults standardUserDefaults] boolForKey:WebAutomaticLinkDetectionEnabled];
160 [[NSUserDefaults standardUserDefaults] setBool:isAutomaticLinkDetectionEnabled forKey:WebAutomaticLinkDetectionEnabled];

Completed in 135 milliseconds