Home | History | Annotate | Download | only in mac

Lines Matching full:mime

4131         (-[WebFrameView _makeDocumentViewForDataSource:]): assume html when no mime type available.
4818 Put back the MIME type check as a workaround.
13308 Return ObjectElementFrame if the MIME type is one of the image ones we support.
16432 Add each plug-in MIME type to registeredMIMETypes, even if we don't register a document view class for the
16433 MIME type. This fixes -[WebPluginDatabase isMIMETypeRegistered:] and thus fallback content for Java applets
19774 The only really tricky thing here is that the global MIME <-> view class registrations are only modified
19791 Added instance methods to find the view class or plugin package, given a MIME type or file extension.
19796 New method; tries the global MIME <-> view map first; failing that, it checks the WebView's plugin DB.
20101 Add new function isMIMETypeRegistered which returns whether a given MIME type has a
20106 Init set of registered MIME types.
20109 Add and remove MIME types from the set of registered MIME types when registering and unregistering
20110 plugin MIME types.
20113 Release set of registered MIME types.
20230 Use WebHTMLView and WebHTMLRepresentation when registering/unregistering plug-in MIME types.
20247 Explicitly check if the MIME type is supported by a plug-in instead of checking the view class.
20251 New function which returns whether any plugins support a given MIME type.
21544 Use MIME types from WebHTMLRepresentation instead of WebImageRepresentation.
21548 Use MIME types from WebHTMLRepresentation instead of WebImageRepresentation.
21551 Create an array of image and non-image MIME Types.
21555 New functions, separating the list of MIME types into image and non-image ones.
21948 The text MIME types are now handled by WebHTMLView.
21961 Now special-case WebHTMLView instead of WebTextView for MIME types