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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java56 // access to it. It is used by the pageDialog, jobDialog, and printLoop.
242 if (printLoop(false, firstPage, lastPage)) {
261 printLoop(true, firstPage, lastPage);
487 private native boolean printLoop(boolean waitUntilDone, int firstPage, int lastPage) throws PrinterException; method in class:CPrinterJob

Completed in 31 milliseconds