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

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java1019 protected boolean isSupportedValue(Attribute attrval, method in class:RasterPrinterJob
1073 if (isSupportedValue(collateAttr, attributes)) {
1078 if (!isSupportedValue(sidesAttr, attributes)) {
1083 if (!isSupportedValue(pageRangesAttr, attributes)) {
1098 if (isSupportedValue(copies, attributes) ||
1109 if (isSupportedValue(destination, attributes)) {
1132 if (isSupportedValue(jobName, attributes) ||
1142 if (isSupportedValue(userName, attributes) ||
1188 if (isSupportedValue(orientReq, attributes) ||
1201 if (isSupportedValue(medi
[all...]

Completed in 31 milliseconds