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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFMetadata.java148 protected static boolean getBooleanAttribute(Node node, String name, method in class:GIFMetadata
173 protected static boolean getBooleanAttribute(Node node, String name) method in class:GIFMetadata
175 return getBooleanAttribute(node, name, false, true);
/openjdk7/jdk/src/share/instrument/
H A DInvocationAdapter.c99 getBooleanAttribute(const jarAttribute* attributes, const char* name) { function
111 if (getBooleanAttribute(attributes, "Can-Redefine-Classes")) {
116 if (getBooleanAttribute(attributes, "Can-Retransform-Classes")) {
121 if (getBooleanAttribute(attributes, "Can-Set-Native-Method-Prefix")) {
126 if (getBooleanAttribute(attributes, "Can-Maintain-Original-Method-Order")) {
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java1145 private boolean getBooleanAttribute(Node node, String name, method in class:PNGMetadata
1170 private boolean getBooleanAttribute(Node node, String name) method in class:PNGMetadata
1172 return getBooleanAttribute(node, name, false, true);
1422 getBooleanAttribute(iTXt_node, "compressionFlag");

Completed in 59 milliseconds