Home | History | Annotate | Download | only in Plugins

Lines Matching full:print

2392     // Cannot print plugins that do not implement NPP_Print
2393 if (![_pluginPackage.get() pluginFuncs]->print)
2443 npPrint.print.embedPrint.window = printNPWindow;
2444 npPrint.print.embedPrint.platformPrint = printGWorld;
2446 // Tell the plugin to print into the GWorld
2450 [_pluginPackage.get() pluginFuncs]->print(plugin, &npPrint);