Searched refs:psvc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java198 PrintService psvc = getPrintService();
199 if (psvc instanceof StreamPrintService) {
200 spoolToService(psvc, attributes);
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java1248 protected void spoolToService(PrintService psvc, argument
1252 if (psvc == null) {
1256 DocPrintJob job = psvc.createPrintJob();
1302 PrintService psvc = getPrintService();
1303 debug_println("psvc = "+psvc);
1304 if (psvc == null) {
1310 PrinterState prnState = (PrinterState)psvc.getAttribute(
1314 (PrinterStateReasons)psvc.getAttribute(
1323 if ((PrinterIsAcceptingJobs)(psvc
[all...]

Completed in 34 milliseconds