Searched refs:WebKitPluginsEnabledPreferenceKey (Results 1 – 4 of 4) sorted by relevance
54 #define WebKitPluginsEnabledPreferenceKey "WebKitPluginsEnabled" macro
213 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginsEnabledPreferenceKey), kCFBooleanTrue); in initializeDefaultSettings()878 *enabled = boolValueForKey(CFSTR(WebKitPluginsEnabledPreferenceKey)); in arePlugInsEnabled()885 setBoolValue(CFSTR(WebKitPluginsEnabledPreferenceKey), enabled); in setPlugInsEnabled()
56 #define WebKitPluginsEnabledPreferenceKey @"WebKitPluginsEnabled" macro
342 [NSNumber numberWithBool:YES], WebKitPluginsEnabledPreferenceKey,718 return [self _boolValueForKey: WebKitPluginsEnabledPreferenceKey];723 [self _setBoolValue: flag forKey: WebKitPluginsEnabledPreferenceKey];