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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java221 private void updateAttributes(int flag, boolean enable) method in class:WindowsFileAttributeViews.Dos
248 updateAttributes(FILE_ATTRIBUTE_READONLY, value);
253 updateAttributes(FILE_ATTRIBUTE_HIDDEN, value);
258 updateAttributes(FILE_ATTRIBUTE_ARCHIVE, value);
263 updateAttributes(FILE_ATTRIBUTE_SYSTEM, value);
277 updateAttributes(flags, true);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java263 updateAttributes(atts);
501 private void updateAttributes( Attributes atts ) { method in class:JAXPValidatorComponent
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java439 updateAttributes();
494 private void updateAttributes() { method in class:PrintJob2D

Completed in 34 milliseconds