Home
last modified time | relevance | path

Searched refs:PLUGIN_QUIRK_DONT_ALLOW_MULTIPLE_INSTANCES (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl.cc61 if (quirks_ & PLUGIN_QUIRK_DONT_ALLOW_MULTIPLE_INSTANCES) { in Initialize()
Dwebplugin_delegate_impl.h65 PLUGIN_QUIRK_DONT_ALLOW_MULTIPLE_INSTANCES = 16, // Win32 enumerator
Dwebplugin_delegate_impl_win.cc311 quirks_ |= PLUGIN_QUIRK_DONT_ALLOW_MULTIPLE_INSTANCES; in WebPluginDelegateImpl()