Searched defs:pluginAllowedRunTime (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/page/
H A DSettings.h345 unsigned pluginAllowedRunTime() const { return m_pluginAllowedRunTime; } function in class:WebCore::Settings
/external/webkit/WebKit/win/
H A DWebPreferences.cpp255 RetainPtr<CFStringRef> pluginAllowedRunTime(AdoptCF, CFStringCreateWithFormat(0, 0, CFSTR("%u"), numeric_limits<unsigned>::max()));
256 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginAllowedRunTimePreferenceKey), pluginAllowedRunTime.get());
1358 HRESULT WebPreferences::pluginAllowedRunTime(UINT* allowedRunTime) function in class:WebPreferences

Completed in 45 milliseconds