Home | History | Annotate | Download | only in win

Lines Matching defs:pluginAllowedRunTime

258     RetainPtr<CFStringRef> pluginAllowedRunTime(AdoptCF, CFStringCreateWithFormat(0, 0, CFSTR("%u"), numeric_limits<unsigned>::max()));
259 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginAllowedRunTimePreferenceKey), pluginAllowedRunTime.get());
1438 HRESULT WebPreferences::pluginAllowedRunTime(UINT* allowedRunTime)