Home | History | Annotate | Download | only in Api

Lines Matching full:mime

32     \brief Represents a single MIME type supported by a plugin.
43 the plugin, such as its name(), description(), a list of MIME types that it
48 disabled, it will not be used by WebKit to handle supported MIME types. To
113 Returns a list of MIME types supported by the plugin.
177 supporting a particular MIME type.
249 The list contains QWebPlugin objects that hold both the metadata and the MIME
252 WebKit specifies a plugin for a MIME type by looking for the first plugin that
253 supports the specific MIME type. To get a plugin, that is used by WebKit to
254 handle a specific MIME type, you can use the pluginForMimeType() function.
256 To change the way of resolving MIME types ambiguity, you can explicitly set
257 a preferred plugin for a specific MIME type, using setPreferredPluginForMimeType().