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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h54 #define WebKitPluginsEnabledPreferenceKey "WebKitPluginsEnabled" macro
H A DWebPreferences.cpp213 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginsEnabledPreferenceKey), kCFBooleanTrue);
878 *enabled = boolValueForKey(CFSTR(WebKitPluginsEnabledPreferenceKey));
885 setBoolValue(CFSTR(WebKitPluginsEnabledPreferenceKey), enabled);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h56 #define WebKitPluginsEnabledPreferenceKey @"WebKitPluginsEnabled" macro
H A DWebPreferences.mm342 [NSNumber numberWithBool:YES], WebKitPluginsEnabledPreferenceKey,
718 return [self _boolValueForKey: WebKitPluginsEnabledPreferenceKey];
723 [self _setBoolValue: flag forKey: WebKitPluginsEnabledPreferenceKey];

Completed in 155 milliseconds