Lines Matching full:mime
112 content should be handled, based on the resource's URL and MIME type.
122 @abstract Checks if the WebKit can show content of a certain MIME type.
123 @param MIMEType The MIME type to check.
131 @abstract Checks if the the MIME type is a type that the WebKit will interpret as HTML.
132 @param MIMEType The MIME type to check.
139 @result Returns an array of NSStrings that describe the MIME types
146 @discussion Sets the array of NSString MIME types that WebKit will
148 array using MIMETypesShownAsHTML and add additional MIME types to that
513 A document class may register for a primary MIME type by excluding
517 @param viewClass The WebDocumentView class to use to render data for a given MIME type.
518 @param representationClass The WebDocumentRepresentation class to use to represent data of the given MIME type.
519 @param MIMEType The MIME type to represent with an object of the given class.