Searched refs:AllowedPluginTypes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginInfoStore.h66 PluginModuleInfo findPlugin(String& mimeType, const WebCore::URL&, WebCore::PluginData::AllowedPluginTypes = WebCore::PluginData::AllPlugins);
80 PluginModuleInfo findPluginForMIMEType(const String& mimeType, WebCore::PluginData::AllowedPluginTypes) const;
81 PluginModuleInfo findPluginForExtension(const String& extension, String& mimeType, WebCore::PluginData::AllowedPluginTypes) const;
H A DPluginInfoStore.cpp115 PluginModuleInfo PluginInfoStore::findPluginForMIMEType(const String& mimeType, PluginData::AllowedPluginTypes allowedPluginTypes) const
132 PluginModuleInfo PluginInfoStore::findPluginForExtension(const String& extension, String& mimeType, PluginData::AllowedPluginTypes allowedPluginTypes) const
181 PluginModuleInfo PluginInfoStore::findPlugin(String& mimeType, const URL& url, PluginData::AllowedPluginTypes allowedPluginTypes)
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginData.h60 enum AllowedPluginTypes { enum in class:WebCore::PluginData
65 bool supportsMimeType(const String& mimeType, const AllowedPluginTypes) const;
H A DPluginData.cpp45 bool PluginData::supportsMimeType(const String& mimeType, const AllowedPluginTypes allowedPluginTypes) const
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDOMImplementation.cpp323 PluginData::AllowedPluginTypes allowedPluginTypes = PluginData::OnlyApplicationPlugins;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp1604 PluginData::AllowedPluginTypes allowedPluginTypes = allowOnlyApplicationPlugins ? PluginData::OnlyApplicationPlugins : PluginData::AllPlugins;

Completed in 1020 milliseconds