Home | History | Annotate | Download | only in base

Lines Matching full:mime

16 // Get the mime type (if any) that is associated with the given file extension.
17 // Returns true if a corresponding mime type exists.
21 // Get the mime type (if any) that is associated with the given file extension.
22 // Returns true if a corresponding mime type exists. In this method,
23 // the search for a mime type is constrained to a limited set of
29 // Get the mime type (if any) that is associated with the given file. Returns
30 // true if a corresponding mime type exists.
34 // Get the preferred extension (if any) associated with the given mime type.
41 // Check to see if a particular MIME type is in our list.
52 // Returns true if this the mime_type_pattern matches a given mime-type.
53 // Checks for absolute matching and wildcards. mime-types should be in
58 // Returns true if the |type_string| is a correctly-formed mime type specifier.
59 // Allows strings of the form x/y[;params], where "x" is a legal mime type name.
75 // Check to see if a particular MIME type is in our list which only supports a
79 // Check to see if a particular MIME type is in our list which only supports a
81 // supported for that specific MIME type, false otherwise. If this returns
82 // false you will still need to check if the media MIME tpyes and codecs are
88 // Get the extensions associated with the given mime type. This should be passed
89 // in lower case. There could be multiple extensions for a given mime type, like
98 // list of supported MIME types and codecs. These types and codecs must be
109 // A list of supported certificate-related mime types.