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

/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java84 transient private Vector listenedAttributeSets; field in class:Win32PrintJob
270 listenedAttributeSets = new Vector();
276 listenedAttributeSets.add(attributes);
291 listenedAttributeSets.remove(index);
294 listenedAttributeSets = null;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java71 transient private Vector listenedAttributeSets; field in class:PSStreamPrintJob
234 listenedAttributeSets = new Vector();
240 listenedAttributeSets.add(attributes);
255 listenedAttributeSets.remove(index);
258 listenedAttributeSets = null;
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java93 transient private Vector listenedAttributeSets; field in class:UnixPrintJob
272 listenedAttributeSets = new Vector();
278 listenedAttributeSets.add(attributes);
293 listenedAttributeSets.remove(index);
296 listenedAttributeSets = null;

Completed in 108 milliseconds