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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp371 assert_if_no_error(inside_attrs(), "printing attributes");
399 assert_if_no_error(inside_attrs(), "printing attributes");
414 assert_if_no_error(inside_attrs(), "printing attributes");
422 assert_if_no_error(inside_attrs(), "printing attributes");
429 assert_if_no_error(inside_attrs(), "printing attributes");
437 assert_if_no_error(inside_attrs(), "printing attributes");
444 assert_if_no_error(inside_attrs(), "printing attributes");
454 assert_if_no_error(inside_attrs(), "printing attributes");
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java75 private boolean printing = false; field in class:PSStreamPrintJob
268 if (printing) {
269 throw new PrintException("already printing");
271 printing = true;
358 throw new PrintException("already printing");
396 throw new PrintException("already printing");
540 if (!printing) {
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java88 private boolean printing = false; field in class:Win32PrintJob
113 /* buffer length for printing raw data */
304 if (printing) {
305 throw new PrintException("already printing");
307 printing = true;
500 throw new PrintException("already printing");
558 throw new PrintException("already printing");
739 if (!printing) {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java97 private boolean printing = false; field in class:UnixPrintJob
306 if (printing) {
307 throw new PrintException("already printing");
309 printing = true;
616 throw new PrintException("already printing");
655 throw new PrintException("already printing");
1007 // REMIND : 2d printing throws PrinterException
1022 if (!printing) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java827 boolean printing = getFlag(IS_PRINTING);
886 if(!printing) {
900 if (!printing) {
1033 boolean printing = getFlag(IS_PRINTING);
1034 if (!printing && repaintManager.isDoubleBufferingEnabled() &&
1047 // Will ocassionaly happen in 1.2, especially when printing.
1053 if (!printing) {
1062 if (!printing) {
1159 * your intention is to customize the way printing looks. However,
1163 * printing, yo
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java163 // keeps track of the threads that are printing this component
165 // True if there is at least one thread that's printing this component
166 private transient boolean printing = false; field in class:Container
1954 if (printing) {
2012 printing = true;
2018 printing = !printingThreads.isEmpty();
2041 * Simulates the peer callbacks into java.awt for printing of
2043 * @param g the graphics context to use for printing.
2077 * Simulates the peer callbacks into java.awt for printing of
2079 * @param g the graphics context to use for printing
[all...]

Completed in 80 milliseconds