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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h55 #define WebKitPluginsEnabledPreferenceKey "WebKitPluginsEnabled" macro
H A DWebPreferences.cpp221 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginsEnabledPreferenceKey), kCFBooleanTrue);
924 *enabled = boolValueForKey(WebKitPluginsEnabledPreferenceKey);
931 setBoolValue(WebKitPluginsEnabledPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h58 #define WebKitPluginsEnabledPreferenceKey @"WebKitPluginsEnabled" macro
H A DWebPreferences.mm441 [NSNumber numberWithBool:YES], WebKitPluginsEnabledPreferenceKey,
1018 return [self _boolValueForKey: WebKitPluginsEnabledPreferenceKey];
1023 [self _setBoolValue: flag forKey: WebKitPluginsEnabledPreferenceKey];

Completed in 69 milliseconds