Searched refs:netscapePluginModule (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginProcess.cpp87 NetscapePluginModule* PluginProcess::netscapePluginModule() function in class:WebKit::PluginProcess
160 if (NetscapePluginModule* module = netscapePluginModule()) {
176 if (NetscapePluginModule* module = netscapePluginModule())
186 if (NetscapePluginModule* module = netscapePluginModule()) {
H A DPluginProcess.h50 NetscapePluginModule* netscapePluginModule();
H A DPluginControllerProxy.cpp88 m_plugin = NetscapePlugin::create(PluginProcess::shared().netscapePluginModule());
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp744 RefPtr<NetscapePluginModule> netscapePluginModule = NetscapePluginModule::getOrCreate(pluginPaths[i]); local
745 if (!netscapePluginModule)
748 Vector<String> sites = netscapePluginModule->sitesWithData();
764 RefPtr<NetscapePluginModule> netscapePluginModule = NetscapePluginModule::getOrCreate(pluginPaths[i]); local
765 if (!netscapePluginModule)
770 netscapePluginModule->clearSiteData(String(), flags, maxAgeInSeconds);
775 netscapePluginModule->clearSiteData(sites[i], flags, maxAgeInSeconds);

Completed in 155 milliseconds