Home
last modified time | relevance | path

Searched refs:PluginInfoStore (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/Plugins/
DPluginInfoStore.cpp39 PluginInfoStore::PluginInfoStore() in PluginInfoStore() function in WebKit::PluginInfoStore
44 void PluginInfoStore::setAdditionalPluginsDirectories(const Vector<String>& directories) in setAdditionalPluginsDirectories()
50 void PluginInfoStore::refresh() in refresh()
68 void PluginInfoStore::loadPluginsIfNecessary() in loadPluginsIfNecessary()
96 void PluginInfoStore::loadPlugin(const String& pluginPath) in loadPlugin()
110 void PluginInfoStore::getPlugins(Vector<PluginInfo>& plugins) in getPlugins()
118 void PluginInfoStore::getPluginPaths(Vector<String>& pluginPaths) in getPluginPaths()
126 const Vector<PluginInfoStore::Plugin>& PluginInfoStore::plugins() in plugins()
133 PluginInfoStore::Plugin PluginInfoStore::findPluginForMIMEType(const String& mimeType) in findPluginForMIMEType()
150 PluginInfoStore::Plugin PluginInfoStore::findPluginForExtension(const String& extension, String& mi… in findPluginForExtension()
[all …]
DPluginProcessManager.h43 class PluginInfoStore; variable
53 …void getPluginProcessConnection(PluginInfoStore*, const String& pluginPath, PassRefPtr<Messages::W…
56 …void getSitesWithData(const PluginInfoStore::Plugin&, WebPluginSiteDataManager*, uint64_t callback…
57 …void clearSiteData(const PluginInfoStore::Plugin&, WebPluginSiteDataManager*, const Vector<String>…
64 PluginProcessProxy* getOrCreatePluginProcess(const PluginInfoStore::Plugin&);
DPluginProcessManager.cpp48 void PluginProcessManager::getPluginProcessConnection(PluginInfoStore* pluginInfoStore, const Strin… in getPluginProcessConnection()
52 PluginInfoStore::Plugin plugin = pluginInfoStore->infoForPluginWithPath(pluginPath); in getPluginProcessConnection()
65 void PluginProcessManager::getSitesWithData(const PluginInfoStore::Plugin& plugin, WebPluginSiteDat… in getSitesWithData()
71 void PluginProcessManager::clearSiteData(const PluginInfoStore::Plugin& plugin, WebPluginSiteDataMa… in clearSiteData()
95 PluginProcessProxy* PluginProcessManager::getOrCreatePluginProcess(const PluginInfoStore::Plugin& p… in getOrCreatePluginProcess()
DPluginProcessProxy.h58 static bool pluginNeedsExecutableHeap(const PluginInfoStore::Plugin&);
60 …static PassOwnPtr<PluginProcessProxy> create(PluginProcessManager*, const PluginInfoStore::Plugin&…
63 const PluginInfoStore::Plugin& pluginInfo() const { return m_pluginInfo; } in pluginInfo()
79 PluginProcessProxy(PluginProcessManager*, const PluginInfoStore::Plugin&);
122 PluginInfoStore::Plugin m_pluginInfo;
DPluginInfoStore.h37 class PluginInfoStore {
38 WTF_MAKE_NONCOPYABLE(PluginInfoStore);
41 PluginInfoStore();
DPluginProcessProxy.cpp45 …ocessProxy::create(PluginProcessManager* PluginProcessManager, const PluginInfoStore::Plugin& plug… in create()
50 …PluginProcessProxy(PluginProcessManager* PluginProcessManager, const PluginInfoStore::Plugin& plug… in PluginProcessProxy()
DWebPluginSiteDataManager.cpp73 Vector<PluginInfoStore::Plugin> m_plugins;
111 Vector<PluginInfoStore::Plugin> m_plugins;
/external/webkit/Source/WebKit2/UIProcess/Plugins/gtk/
DPluginInfoStoreGtk.cpp38 Vector<String> PluginInfoStore::pluginsDirectories() in pluginsDirectories()
44 Vector<String> PluginInfoStore::pluginPathsInDirectory(const String& directory) in pluginPathsInDirectory()
50 Vector<String> PluginInfoStore::individualPluginPaths() in individualPluginPaths()
55 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin) in getPluginInfo()
61 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin) in shouldUsePlugin()
/external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
DPluginInfoStoreQt.cpp39 Vector<String> PluginInfoStore::pluginsDirectories() in pluginsDirectories()
44 Vector<String> PluginInfoStore::pluginPathsInDirectory(const String& directory) in pluginPathsInDirectory()
57 Vector<String> PluginInfoStore::individualPluginPaths() in individualPluginPaths()
62 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin) in getPluginInfo()
67 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin) in shouldUsePlugin()
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
DPluginInfoStoreMac.mm27 #import "PluginInfoStore.h"
39 Vector<String> PluginInfoStore::pluginsDirectories()
56 Vector<String> PluginInfoStore::pluginPathsInDirectory(const String& directory)
69 Vector<String> PluginInfoStore::individualPluginPaths()
74 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin)
79 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin)
92 String PluginInfoStore::getMIMETypeForExtension(const String& extension)
DPluginProcessProxyMac.mm50 bool PluginProcessProxy::pluginNeedsExecutableHeap(const PluginInfoStore::Plugin& pluginInfo)
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
DPluginInfoStoreWin.cpp242 Vector<String> PluginInfoStore::pluginsDirectories() in pluginsDirectories()
259 Vector<String> PluginInfoStore::pluginPathsInDirectory(const String& directory) in pluginPathsInDirectory()
308 Vector<String> PluginInfoStore::individualPluginPaths() in individualPluginPaths()
326 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin) in getPluginInfo()
331 static bool isOldWindowsMediaPlayerPlugin(const PluginInfoStore::Plugin& plugin) in isOldWindowsMediaPlayerPlugin()
336 static bool isNewWindowsMediaPlayerPlugin(const PluginInfoStore::Plugin& plugin) in isNewWindowsMediaPlayerPlugin()
341 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin) in shouldUsePlugin()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
DNetscapePluginModuleNone.cpp36 bool NetscapePluginModule::getPluginInfo(const String&, PluginInfoStore::Plugin&) in getPluginInfo()
DNetscapePluginModule.h52 static bool getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin&);
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.h108 PluginInfoStore* pluginInfoStore() { return &m_pluginInfoStore; } in pluginInfoStore()
229 PluginInfoStore m_pluginInfoStore;
DWebContext.cpp527PluginInfoStore::Plugin plugin = pluginInfoStore()->findPlugin(newMimeType, KURL(ParsedURLString, … in getPluginPath()
DWebPageProxy.cpp535PluginInfoStore::Plugin plugin = m_process->context()->pluginInfoStore()->findPlugin(newMimeType, … in canShowMIMEType()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/
DNetscapePluginModuleX11.cpp66 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin) in getPluginInfo()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
DNetscapePluginModuleWin.cpp56 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin) in getPluginInfo()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
DNetscapePluginModuleMac.mm311 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin)
355 PluginInfoStore::Plugin plugin;
/external/webkit/Source/WebKit2/
DWebKit2.pro184 UIProcess/Plugins/PluginInfoStore.h \
387 UIProcess/Plugins/PluginInfoStore.cpp \
DChangeLog-2011-02-1665 * UIProcess/Plugins/PluginInfoStore.cpp:
66 (WebKit::PluginInfoStore::plugins):
229 * UIProcess/Plugins/PluginInfoStore.cpp:
230 (WebKit::PluginInfoStore::getPluginPaths):
231 * UIProcess/Plugins/PluginInfoStore.h:
4897 * UIProcess/Plugins/PluginInfoStore.cpp:
13074 …Add a NetscapePluginModuleX11 and move the Qt implementation of PluginInfoStore::getPluginInfo the…
13080 (WebKit::PluginInfoStore::getPluginInfo):
13095 (WebKit::PluginInfoStore::getPluginInfo):
13110 Move PluginInfoStore::getPluginInfo to NetscapePluginModule
[all …]
DGNUmakefile.am398 Source/WebKit2/UIProcess/Plugins/PluginInfoStore.cpp \
399 Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h \
DChangeLog416 * UIProcess/Plugins/PluginInfoStore.h:
430 * UIProcess/Plugins/PluginInfoStore.h:
1343 (WebKit::PluginInfoStore::shouldUsePlugin):
1365 …(WebKit::PluginInfoStore::shouldUsePlugin): Don't use a plug-in if we've already allowed a plug-in…
6486 (WebKit::PluginInfoStore::shouldUsePlugin): Blacklist npwpf.dll.
8624 (WebKit::PluginInfoStore::pluginPathsInDirectory):
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj218 …1211D01F96008219D3 /* PluginInfoStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AEFCC1011D…
219 …311D01F96008219D3 /* PluginInfoStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AEFCC1111…
1097 …96008219D3 /* PluginInfoStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1098 …08219D3 /* PluginInfoStore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
2233 1AEFCC1111D01F96008219D3 /* PluginInfoStore.cpp */,
2234 1AEFCC1011D01F96008219D3 /* PluginInfoStore.h */,
3332 1AEFCC1211D01F96008219D3 /* PluginInfoStore.h in Headers */,
3961 1AEFCC1311D01F96008219D3 /* PluginInfoStore.cpp in Sources */,

12