Searched refs:isAttributeValueSupported (Results 26 - 31 of 31) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintService.java957 public boolean isAttributeValueSupported(Attribute attr, method in class:UnixPrintService
1050 } else if (!isAttributeValueSupported(attr, flavor,
H A DUnixPrintJob.java796 (!service.isAttributeValueSupported(attr, flavor, null)) {
838 if (!service.isAttributeValueSupported(attr, null, null)) {
H A DIPPPrintService.java827 } else if (!isAttributeValueSupported(attr, flavor,
1295 public boolean isAttributeValueSupported(Attribute attr, method in class:IPPPrintService
/openjdk10/jdk/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintService.java1480 public boolean isAttributeValueSupported(Attribute attr, method in class:Win32PrintService
1550 return isAttributeValueSupported(media, flavor, attributes);
1613 else if (!isAttributeValueSupported(attr, flavor, attributes)) {
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DRasterPrinterJob.java652 !(service.isAttributeValueSupported(media, null, null))) {
1166 ps.isAttributeValueSupported(attrval,
1641 // because isAttributeValueSupported returns false in setAttributes
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java715 if (myService.isAttributeValueSupported(attr, null, null)) {

Completed in 120 milliseconds

12