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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java437 // myService => current PrintService
438 if (result && (myService != null)) {
442 if (!myService.getName().equals(printerName)) {
454 updatePageAttributes(myService, pageClone);
603 if (myService == null) {
607 myService = Win32PrintServiceLookup.getWin32PrintLUS().
611 if (myService != null) {
612 return myService;
616 myService = PrintServiceLookup.lookupDefaultPrintService();
617 if (myService !
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java313 protected PrintService myService; field in class:RasterPrinterJob
458 if (myService == null) {
465 myService = svc;
469 if (myService == null) {
475 myService = svcs[0];
481 return myService;
523 myService = service;
908 myService = newService;

Completed in 54 milliseconds