Home | History | Annotate | Download | only in WebPage

Lines Matching defs:pluginPath

306     String pluginPath;
310 Messages::WebContext::GetPluginPath::Reply(pluginPath), 0)) {
314 if (pluginPath.isNull())
318 return PluginProxy::create(pluginPath);
320 return NetscapePlugin::create(NetscapePluginModule::getOrCreate(pluginPath));