Searched refs:getPrintServices (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintServiceLookup.java30 public synchronized PrintService[] getPrintServices() { method in class:Applet1PrintServiceLookup
36 public PrintService[] getPrintServices(DocFlavor flavor, method in class:Applet1PrintServiceLookup
39 return getPrintServices();
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintServiceLookup.java30 public synchronized PrintService[] getPrintServices() { method in class:Applet2PrintServiceLookup
36 public PrintService[] getPrintServices(DocFlavor flavor, method in class:Applet2PrintServiceLookup
39 return getPrintServices();
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintServiceLookup.java30 public synchronized PrintService[] getPrintServices() { method in class:Applet4PrintServiceLookup
36 public PrintService[] getPrintServices(DocFlavor flavor, method in class:Applet4PrintServiceLookup
39 return getPrintServices();
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintServiceLookup.java287 public abstract PrintService[] getPrintServices(DocFlavor flavor, method in class:PrintServiceLookup
297 public abstract PrintService[] getPrintServices() ; method in class:PrintServiceLookup
378 services = lus.getPrintServices();
382 services = lus.getPrintServices(flavor, attributes);
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintServiceLookup.java106 public synchronized PrintService[] getPrintServices() { method in class:Win32PrintServiceLookup
170 /* getPrintServices() is now very fast. */
171 PrintService[] printServices = getPrintServices();
197 public PrintService[] getPrintServices(DocFlavor flavor, method in class:Win32PrintServiceLookup
238 services = getPrintServices();
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintServiceLookup.java186 public synchronized PrintService[] getPrintServices() { method in class:UnixPrintServiceLookup
401 getPrintServices(PrintServiceAttributeSet serviceSet) { method in class:UnixPrintServiceLookup
404 return getPrintServices();
449 services = getPrintServices();
467 public PrintService[] getPrintServices(DocFlavor flavor, method in class:UnixPrintServiceLookup
491 PrintService[] services = getPrintServices(serviceSet);
623 PrintService[] services = getPrintServices();

Completed in 34 milliseconds