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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h138 #define WebKitPluginAllowedRunTimePreferenceKey "WebKitPluginAllowedRunTime" macro
H A DWebPreferences.cpp259 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginAllowedRunTimePreferenceKey), pluginAllowedRunTime.get());
1434 setIntegerValue(CFSTR(WebKitPluginAllowedRunTimePreferenceKey), allowedRunTime);
1440 *allowedRunTime = integerValueForKey(CFSTR(WebKitPluginAllowedRunTimePreferenceKey));
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h100 #define WebKitPluginAllowedRunTimePreferenceKey @"WebKitPluginAllowedRunTime" macro
H A DWebPreferences.mm385 [NSNumber numberWithUnsignedInt:4], WebKitPluginAllowedRunTimePreferenceKey,
1349 return [self _integerValueForKey:WebKitPluginAllowedRunTimePreferenceKey];
1354 return [self _setIntegerValue:allowedRunTime forKey:WebKitPluginAllowedRunTimePreferenceKey];

Completed in 2250 milliseconds