Searched refs:PluginModuleInfo (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitPluginPrivate.h23 #include "PluginModuleInfo.h"
27 WebKitPlugin* webkitPluginCreate(const WebKit::PluginModuleInfo&);
H A DWebKitPlugin.cpp49 PluginModuleInfo pluginInfo;
62 WebKitPlugin* webkitPluginCreate(const PluginModuleInfo& pluginInfo)
H A DWebKitWebContext.cpp569 Vector<PluginModuleInfo> plugins = WEBKIT_WEB_CONTEXT(object)->priv->context->pluginInfoStore().plugins();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginInfoStore.h31 #include "PluginModuleInfo.h"
61 Vector<PluginModuleInfo> plugins();
66 PluginModuleInfo findPlugin(String& mimeType, const WebCore::URL&, WebCore::PluginData::AllowedPluginTypes = WebCore::PluginData::AllPlugins);
69 PluginModuleInfo findPluginWithBundleIdentifier(const String& bundleIdentifier);
72 PluginModuleInfo infoForPluginWithPath(const String& pluginPath) const;
74 static PluginModuleLoadPolicy defaultLoadPolicyForPlugin(const PluginModuleInfo&);
80 PluginModuleInfo findPluginForMIMEType(const String& mimeType, WebCore::PluginData::AllowedPluginTypes) const;
81 PluginModuleInfo findPluginForExtension(const String& extension, String& mimeType, WebCore::PluginData::AllowedPluginTypes) const;
84 static void loadPlugin(Vector<PluginModuleInfo>& plugins, const String& pluginPath);
98 static bool getPluginInfo(const String& pluginPath, PluginModuleInfo
[all...]
H A DPluginInfoStore.cpp31 #include "PluginModuleInfo.h"
96 void PluginInfoStore::loadPlugin(Vector<PluginModuleInfo>& plugins, const String& pluginPath)
98 PluginModuleInfo plugin;
109 Vector<PluginModuleInfo> PluginInfoStore::plugins()
115 PluginModuleInfo PluginInfoStore::findPluginForMIMEType(const String& mimeType, PluginData::AllowedPluginTypes allowedPluginTypes) const
129 return PluginModuleInfo();
132 PluginModuleInfo PluginInfoStore::findPluginForExtension(const String& extension, String& mimeType, PluginData::AllowedPluginTypes allowedPluginTypes) const
151 return PluginModuleInfo();
168 PluginModuleLoadPolicy PluginInfoStore::defaultLoadPolicyForPlugin(const PluginModuleInfo&) argument
173 PluginModuleInfo PluginInfoStor
[all...]
H A DPluginProcessManager.h31 #include "PluginModuleInfo.h"
58 uint64_t pluginProcessToken(const PluginModuleInfo&, PluginProcessType, PluginProcessSandboxPolicy);
63 void getSitesWithData(const PluginModuleInfo&, WebPluginSiteDataManager*, uint64_t callbackID);
64 void clearSiteData(const PluginModuleInfo&, WebPluginSiteDataManager*, const Vector<String>& sites, uint64_t flags, uint64_t maxAgeInSeconds, uint64_t callbackID);
H A DPluginProcessManager.cpp49 uint64_t PluginProcessManager::pluginProcessToken(const PluginModuleInfo& pluginModuleInfo, PluginProcessType pluginProcessType, PluginProcessSandboxPolicy pluginProcessSandboxPolicy)
96 void PluginProcessManager::getSitesWithData(const PluginModuleInfo& plugin, WebPluginSiteDataManager* webPluginSiteDataManager, uint64_t callbackID)
102 void PluginProcessManager::clearSiteData(const PluginModuleInfo& plugin, WebPluginSiteDataManager* webPluginSiteDataManager, const Vector<String>& sites, uint64_t flags, uint64_t maxAgeInSeconds, uint64_t callbackID)
H A DPluginProcessProxy.h33 #include "PluginModuleInfo.h"
99 static bool pluginNeedsExecutableHeap(const PluginModuleInfo&);
102 static bool createPropertyListFile(const PluginModuleInfo&);
H A DWebPluginSiteDataManager.cpp74 Vector<PluginModuleInfo> m_plugins;
112 Vector<PluginModuleInfo> m_plugins;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/
H A DNetscapePluginModuleNone.cpp36 bool NetscapePluginModule::getPluginInfo(const String&, PluginModuleInfo&)
H A DPluginInformation.h34 struct PluginModuleInfo;
54 PassRefPtr<ImmutableDictionary> createPluginInformationDictionary(const PluginModuleInfo&);
55 PassRefPtr<ImmutableDictionary> createPluginInformationDictionary(const PluginModuleInfo&, const String& frameURLString, const String& mimeType, const String& pageURLString, const String& pluginspageAttributeURLString, const String& pluginURLString, bool replacementObscured = false);
58 void getPluginModuleInformation(const PluginModuleInfo&, ImmutableDictionary::MapType&);
59 void getPlatformPluginModuleInformation(const PluginModuleInfo&, ImmutableDictionary::MapType&);
H A DPluginInformation.cpp35 #include "PluginModuleInfo.h"
111 void getPluginModuleInformation(const PluginModuleInfo& plugin, ImmutableDictionary::MapType& map)
125 PassRefPtr<ImmutableDictionary> createPluginInformationDictionary(const PluginModuleInfo& plugin)
133 PassRefPtr<ImmutableDictionary> createPluginInformationDictionary(const PluginModuleInfo& plugin, const String& frameURLString, const String& mimeType, const String& pageURLString, const String& pluginspageAttributeURLString, const String& pluginURLString, bool replacementObscured)
168 void getPlatformPluginModuleInformation(const PluginModuleInfo&, ImmutableDictionary::MapType&) argument
H A DNetscapePluginModule.h32 #include "PluginModuleInfo.h"
56 static bool getPluginInfo(const String& pluginPath, PluginModuleInfo&);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/
H A DPluginProcessAttributes.h29 #include "PluginModuleInfo.h"
44 PluginModuleInfo moduleInfo;
H A DPluginModuleInfo.h49 struct PluginModuleInfo { struct in namespace:WebKit
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/gtk/
H A DPluginInfoCache.h31 #include "PluginModuleInfo.h"
45 bool getPluginInfo(const String& pluginPath, PluginModuleInfo&);
46 void updatePluginInfo(const String& pluginPath, const PluginModuleInfo&);
H A DPluginInfoCache.cpp83 bool PluginInfoCache::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin)
115 void PluginInfoCache::updatePluginInfo(const String& pluginPath, const PluginModuleInfo& plugin)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/mac/
H A DPluginInfoStoreMac.mm71 bool PluginInfoStore::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin)
76 static bool shouldBlockPlugin(const PluginModuleInfo& plugin)
81 bool PluginInfoStore::shouldUsePlugin(Vector<PluginModuleInfo>& alreadyLoadedPlugins, const PluginModuleInfo& plugin)
84 const PluginModuleInfo& loadedPlugin = alreadyLoadedPlugins[i];
110 PluginModuleLoadPolicy PluginInfoStore::defaultLoadPolicyForPlugin(const PluginModuleInfo& plugin)
118 PluginModuleInfo PluginInfoStore::findPluginWithBundleIdentifier(const String& bundleIdentifier)
127 return PluginModuleInfo();
H A DPluginProcessProxyMac.mm63 bool PluginProcessProxy::pluginNeedsExecutableHeap(const PluginModuleInfo& pluginInfo)
79 bool PluginProcessProxy::createPropertyListFile(const PluginModuleInfo& plugin)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/unix/
H A DPluginInfoStoreUnix.cpp103 bool PluginInfoStore::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin)
119 bool PluginInfoStore::shouldUsePlugin(Vector<PluginModuleInfo>& /*alreadyLoadedPlugins*/, const PluginModuleInfo& /*plugin*/)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/mac/
H A DPluginInformationMac.mm33 #import "PluginModuleInfo.h"
39 void getPlatformPluginModuleInformation(const PluginModuleInfo& plugin, ImmutableDictionary::MapType& map)
H A DNetscapePluginModuleMac.mm41 static bool getPluginArchitecture(CFBundleRef bundle, PluginModuleInfo& plugin)
111 static RetainPtr<CFDictionaryRef> getMIMETypesFromPluginBundle(CFBundleRef bundle, const PluginModuleInfo& plugin)
132 static bool getPluginInfoFromPropertyLists(CFBundleRef bundle, PluginModuleInfo& plugin)
294 static bool getPluginInfoFromCarbonResources(CFBundleRef bundle, PluginModuleInfo& plugin)
350 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin)
468 PluginModuleInfo plugin;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/mac/
H A DWKContextPrivateMac.mm58 PluginModuleInfo plugin = toImpl(contextRef)->pluginInfoStore().findPluginWithBundleIdentifier(toWTFString(plugInBundleIdentifierRef));
72 Vector<PluginModuleInfo> plugins = toImpl(contextRef)->pluginInfoStore().plugins();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/x11/
H A DNetscapePluginModuleX11.cpp159 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginModuleInfo& plugin)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.cpp381 Vector<PluginModuleInfo> pluginModules = m_context->pluginInfoStore().plugins();

Completed in 176 milliseconds

12