/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
D | PluginInfoStore.cpp | 39 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 …]
|
D | PluginProcessManager.h | 43 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&);
|
D | PluginProcessManager.cpp | 48 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()
|
D | PluginProcessProxy.h | 58 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;
|
D | PluginInfoStore.h | 37 class PluginInfoStore { 38 WTF_MAKE_NONCOPYABLE(PluginInfoStore); 41 PluginInfoStore();
|
D | PluginProcessProxy.cpp | 45 …ocessProxy::create(PluginProcessManager* PluginProcessManager, const PluginInfoStore::Plugin& plug… in create() 50 …PluginProcessProxy(PluginProcessManager* PluginProcessManager, const PluginInfoStore::Plugin& plug… in PluginProcessProxy()
|
D | WebPluginSiteDataManager.cpp | 73 Vector<PluginInfoStore::Plugin> m_plugins; 111 Vector<PluginInfoStore::Plugin> m_plugins;
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/gtk/ |
D | PluginInfoStoreGtk.cpp | 38 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/ |
D | PluginInfoStoreQt.cpp | 39 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/ |
D | PluginInfoStoreMac.mm | 27 #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)
|
D | PluginProcessProxyMac.mm | 50 bool PluginProcessProxy::pluginNeedsExecutableHeap(const PluginInfoStore::Plugin& pluginInfo)
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/ |
D | PluginInfoStoreWin.cpp | 242 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/ |
D | NetscapePluginModuleNone.cpp | 36 bool NetscapePluginModule::getPluginInfo(const String&, PluginInfoStore::Plugin&) in getPluginInfo()
|
D | NetscapePluginModule.h | 52 static bool getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin&);
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.h | 108 PluginInfoStore* pluginInfoStore() { return &m_pluginInfoStore; } in pluginInfoStore() 229 PluginInfoStore m_pluginInfoStore;
|
D | WebContext.cpp | 527 …PluginInfoStore::Plugin plugin = pluginInfoStore()->findPlugin(newMimeType, KURL(ParsedURLString, … in getPluginPath()
|
D | WebPageProxy.cpp | 535 …PluginInfoStore::Plugin plugin = m_process->context()->pluginInfoStore()->findPlugin(newMimeType, … in canShowMIMEType()
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/ |
D | NetscapePluginModuleX11.cpp | 66 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin) in getPluginInfo()
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/ |
D | NetscapePluginModuleWin.cpp | 56 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin) in getPluginInfo()
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/ |
D | NetscapePluginModuleMac.mm | 311 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin) 355 PluginInfoStore::Plugin plugin;
|
/external/webkit/Source/WebKit2/ |
D | WebKit2.pro | 184 UIProcess/Plugins/PluginInfoStore.h \ 387 UIProcess/Plugins/PluginInfoStore.cpp \
|
D | ChangeLog-2011-02-16 | 65 * 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 …]
|
D | GNUmakefile.am | 398 Source/WebKit2/UIProcess/Plugins/PluginInfoStore.cpp \ 399 Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h \
|
D | ChangeLog | 416 * 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/ |
D | project.pbxproj | 218 …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 */,
|