Home
last modified time | relevance | path

Searched defs:pluginModule (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
DNetscapePluginModule.cpp140 NetscapePluginModule* pluginModule = initializedNetscapePluginModules()[i]; in getOrCreate() local
146 RefPtr<NetscapePluginModule> pluginModule(adoptRef(new NetscapePluginModule(pluginPath))); in getOrCreate() local
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.cpp48 PassRefPtr<NetscapePlugin> NetscapePlugin::create(PassRefPtr<NetscapePluginModule> pluginModule) in create()
56 NetscapePlugin::NetscapePlugin(PassRefPtr<NetscapePluginModule> pluginModule) in NetscapePlugin()