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

  /external/webkit/Source/WebKit2/PluginProcess/
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...]
PluginProcess.h 38 class NetscapePluginModule;
50 NetscapePluginModule* netscapePluginModule();
95 RefPtr<NetscapePluginModule> m_pluginModule;
PluginControllerProxy.cpp 88 m_plugin = NetscapePlugin::create(PluginProcess::shared().netscapePluginModule());
  /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...]

Completed in 707 milliseconds