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

/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeEntry.java38 private String imageFileName; field in class:MimeEntry
72 MimeEntry(String type, String imageFileName, String extensionString) { argument
76 this.imageFileName = imageFileName;
87 this.imageFileName = null;
95 String imageFileName, String fileExtensions[]) {
100 this.imageFileName = imageFileName;
149 return imageFileName;
155 imageFileName
94 MimeEntry(String typeName, int action, String command, String imageFileName, String fileExtensions[]) argument
[all...]

Completed in 28 milliseconds