HomeSort by relevance Sort by last modified time
    Searched defs:pluginAllowedRunTime (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
Settings.h 399 unsigned pluginAllowedRunTime() const { return m_pluginAllowedRunTime; }
  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 258 RetainPtr<CFStringRef> pluginAllowedRunTime(AdoptCF, CFStringCreateWithFormat(0, 0, CFSTR("%u"), numeric_limits<unsigned>::max()));
259 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginAllowedRunTimePreferenceKey), pluginAllowedRunTime.get());
    [all...]

Completed in 60 milliseconds