Lines Matching full:mime
17 // Get the mime type (if any) that is associated with the given file extension.
18 // Returns true if a corresponding mime type exists.
22 // Get the mime type (if any) that is associated with the given file. Returns
23 // true if a corresponding mime type exists.
26 // Get the preferred extension (if any) associated with the given mime type.
32 // Check to see if a particular MIME type is in our list.
38 // Get whether this mime type should be displayed in view-source mode.
45 // Returns true if this the mime_type_pattern matches a given mime-type.
46 // Checks for absolute matching and wildcards. mime-types should be in
63 // Check to see if a particular MIME type is in our list which only supports a
67 // Check to see if a particular MIME type is in our list which only supports a
69 // supported for that specific MIME type, false otherwise. If this returns
70 // false you will still need to check if the media MIME tpyes and codecs are
90 // Get the extensions associated with the given mime type.
91 // There could be multiple extensions for a given mime type, like "html,htm"