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

/openjdk7/jaxws/src/share/jaf_classes/com/sun/activation/registries/
H A DMimeTypeEntry.java34 public MimeTypeEntry(String mime_type, String file_ext) { argument
35 type = mime_type;
H A DMailcapFile.java110 public Map getMailcapList(String mime_type) { argument
115 search_result = (Map)type_hash.get(mime_type);
118 int separator = mime_type.indexOf('/');
119 String subtype = mime_type.substring(separator + 1);
121 String type = mime_type.substring(0, separator + 1) + "*";
143 public Map getMailcapFallbackList(String mime_type) { argument
148 search_result = (Map)fallback_hash.get(mime_type);
151 int separator = mime_type.indexOf('/');
152 String subtype = mime_type.substring(separator + 1);
154 String type = mime_type
183 getNativeCommands(String mime_type) argument
[all...]
H A DMimeTypeFile.java140 String mime_type = null;
167 mime_type = value;
173 new MimeTypeEntry(mime_type, file_ext);
189 mime_type = strtok.nextToken(); // get the MIME type
195 entry = new MimeTypeEntry(mime_type, file_ext);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h619 const gchar *mime_type; member in struct:__anon1007

Completed in 54 milliseconds