Searched defs:destinationAttr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java279 protected String destinationAttr; field in class:RasterPrinterJob
1041 destinationAttr = null;
1114 destinationAttr = "" + new File(destination.getURI().
1120 destinationAttr = "" + new File(defaultDest.getURI().
1333 if (destinationAttr != null) {
1334 // destinationAttr is null for Destination(new URI(""))
1338 File f = new File(destinationAttr);
1346 destinationAttr);
1360 destinationAttr);

Completed in 26 milliseconds