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

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java66 // access to it. It is used by the pageDialog, jobDialog, and printLoop.
320 if (printLoop(false, firstPage, lastPage)) {
334 printLoop(true, firstPage, lastPage);
582 private native boolean printLoop(boolean waitUntilDone, int firstPage, int lastPage) throws PrinterException; method in class:CPrinterJob

Completed in 84 milliseconds