Searched refs:isImage (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFile.java35 public boolean isImage(); method in interface:COFFFile
H A DTestParser.java37 if (file.isImage()) {
H A DTestDebugInfo.java37 if (file.isImage()) {
H A DCOFFFileParser.java93 private boolean isImage; field in class:COFFFileParser.COFFFileImpl
106 public boolean isImage() { method in class:COFFFileParser.COFFFileImpl
107 return isImage;
3810 isImage = true;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java2916 if ((found & 1) == 0 && isImage(string)) {
2975 static boolean isImage(String string) { method in class:CSS.ShorthandBackgroundParser

Completed in 562 milliseconds