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

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java138 private static final String FORCE_PIPE_PROP = "sun.java2d.print.pipeline"; field in class:RasterPrinterJob
141 * When the system property FORCE_PIPE_PROP has this value
148 * When the system property FORCE_PIPE_PROP has this value
169 /* The system property FORCE_PIPE_PROP
176 new sun.security.action.GetPropertyAction(FORCE_PIPE_PROP));
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java73 private static final String FORCE_PIPE_PROP = "sun.print.ippdebug"; field in class:IPPPrintService
78 new sun.security.action.GetPropertyAction(FORCE_PIPE_PROP));

Completed in 38 milliseconds