HomeSort by relevance Sort by last modified time
    Searched refs:NetscapePluginModule (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModuleNone.cpp 30 #include "NetscapePluginModule.h"
36 bool NetscapePluginModule::getPluginInfo(const String&, PluginInfoStore::Plugin&)
41 void NetscapePluginModule::determineQuirks()
NetscapePluginModule.cpp 27 #include "NetscapePluginModule.h"
37 static Vector<NetscapePluginModule*>& initializedNetscapePluginModules()
39 DEFINE_STATIC_LOCAL(Vector<NetscapePluginModule*>, initializedNetscapePluginModules, ());
43 NetscapePluginModule::NetscapePluginModule(const String& pluginPath)
52 NetscapePluginModule::~NetscapePluginModule()
57 Vector<String> NetscapePluginModule::sitesWithData()
68 bool NetscapePluginModule::clearSiteData(const String& site, uint64_t flags, uint64_t maxAge)
77 bool NetscapePluginModule::tryGetSitesWithData(Vector<String>& sites
    [all...]
NetscapePluginModule.h 42 class NetscapePluginModule : public RefCounted<NetscapePluginModule> {
44 static PassRefPtr<NetscapePluginModule> getOrCreate(const String& pluginPath);
45 ~NetscapePluginModule();
63 explicit NetscapePluginModule(const String& pluginPath);
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.h 38 class NetscapePluginModule;
50 NetscapePluginModule* netscapePluginModule();
95 RefPtr<NetscapePluginModule> m_pluginModule;
PluginProcess.cpp 32 #include "NetscapePluginModule.h"
87 NetscapePluginModule* PluginProcess::netscapePluginModule()
91 m_pluginModule = NetscapePluginModule::getOrCreate(m_pluginPath);
160 if (NetscapePluginModule* module = netscapePluginModule()) {
176 if (NetscapePluginModule* module = netscapePluginModule())
186 if (NetscapePluginModule* module = netscapePluginModule()) {
    [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/
NetscapePluginModuleX11.cpp 29 #include "NetscapePluginModule.h"
56 void NetscapePluginModule::applyX11QuirksBeforeLoad()
66 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin)
98 void NetscapePluginModule::determineQuirks()
  /external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
PluginInfoStoreQt.cpp 31 #include "NetscapePluginModule.h"
64 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
NetscapePluginModuleWin.cpp 27 #include "NetscapePluginModule.h"
56 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin)
117 void NetscapePluginModule::determineQuirks()
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm 29 #import "NetscapePluginModule.h"
76 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 29 #include "NetscapePluginModule.h"
48 static PassRefPtr<NetscapePlugin> create(PassRefPtr<NetscapePluginModule> pluginModule);
118 NetscapePlugin(PassRefPtr<NetscapePluginModule> pluginModule);
197 RefPtr<NetscapePluginModule> m_pluginModule;
NetscapePlugin.cpp 48 PassRefPtr<NetscapePlugin> NetscapePlugin::create(PassRefPtr<NetscapePluginModule> pluginModule)
56 NetscapePlugin::NetscapePlugin(PassRefPtr<NetscapePluginModule> pluginModule)
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 81 #include "NetscapePluginModule.h"
744 RefPtr<NetscapePluginModule> netscapePluginModule = NetscapePluginModule::getOrCreate(pluginPaths[i]);
745 if (!netscapePluginModule)
748 Vector<String> sites = netscapePluginModule->sitesWithData();
764 RefPtr<NetscapePluginModule> netscapePluginModule = NetscapePluginModule::getOrCreate(pluginPaths[i]);
765 if (!netscapePluginModule)
    [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 27 #import "NetscapePluginModule.h"
311 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin)
353 void NetscapePluginModule::determineQuirks()
  /external/webkit/Source/WebKit2/UIProcess/Plugins/win/
PluginInfoStoreWin.cpp 29 #include "NetscapePluginModule.h"
328 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 320 return NetscapePlugin::create(NetscapePluginModule::getOrCreate(pluginPath));
    [all...]

Completed in 553 milliseconds