Searched refs:WebKitShouldDisplayTextDescriptionsPreferenceKey (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h76 #define WebKitShouldDisplayTextDescriptionsPreferenceKey "WebKitShouldDisplayTextDescriptions" macro
H A DWebPreferences.cpp241 CFDictionaryAddValue(defaults, CFSTR(WebKitShouldDisplayTextDescriptionsPreferenceKey), kCFBooleanFalse);
1785 *enabled = boolValueForKey(WebKitShouldDisplayTextDescriptionsPreferenceKey);
1795 setBoolValue(WebKitShouldDisplayTextDescriptionsPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h126 #define WebKitShouldDisplayTextDescriptionsPreferenceKey @"WebKitShouldDisplayTextDescriptions" macro
H A DWebPreferences.mm525 [NSNumber numberWithBool:NO], WebKitShouldDisplayTextDescriptionsPreferenceKey,
2347 [self _setBoolValue:flag forKey:WebKitShouldDisplayTextDescriptionsPreferenceKey];
2352 return [self _boolValueForKey:WebKitShouldDisplayTextDescriptionsPreferenceKey];

Completed in 70 milliseconds