Lines Matching full:mime
142 content should be handled, based on the resource's URL and MIME type.
157 @abstract Checks if the WebKit can show content of a certain MIME type.
158 @param MIMEType The MIME type to check.
166 @abstract Checks if the the MIME type is a type that the WebKit will interpret as HTML.
167 @param MIMEType The MIME type to check.
175 @result Returns an array of NSStrings that describe the MIME types
183 @discussion Sets the array of NSString MIME types that WebKit will
185 array using MIMETypesShownAsHTML and add additional MIME types to that
552 A document class may register for a primary MIME type by excluding
556 @param viewClass The WebDocumentView class to use to render data for a given MIME type.
557 @param representationClass The WebDocumentRepresentation class to use to represent data of the given MIME type.
558 @param MIMEType The MIME type to represent with an object of the given class.