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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java224 public int tIME_second; field in class:PNGMetadata
725 tIME_node.setAttribute("second", Integer.toString(tIME_second));
1003 node.setAttribute("second", Integer.toString(tIME_second));
1575 tIME_second = getIntAttribute(node, "second");
1952 tIME_second =

Completed in 36 milliseconds