Searched refs:supportsType (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/Modules/plugins/
H A DPluginReplacement.h66 ReplacementPlugin(CreatePluginReplacement constructor, PluginReplacementSupportsType supportsType, PluginReplacementSupportsFileExtension supportsFileExtension, PluginReplacementSupportsURL supportsURL) argument
68 , m_supportsType(supportsType)
83 bool supportsType(const String& mimeType) const { return m_supportsType(mimeType); } function in class:WebCore::ReplacementPlugin
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateMediaFoundation.cpp52 registrar(create, getSupportedTypes, supportsType, 0, 0, 0, 0);
67 MediaPlayer::SupportsType MediaPlayerPrivateMediaFoundation::supportsType(const MediaEngineSupportParameters& parameters) function in class:WebCore::MediaPlayerPrivateMediaFoundation
H A DMediaPlayerPrivateMediaFoundation.h38 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h98 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockMediaPlayerMediaSource.cpp44 registrar(create, getSupportedTypes, supportsType, 0, 0, 0, 0);
70 MediaPlayer::SupportsType MockMediaPlayerMediaSource::supportsType(const MediaEngineSupportParameters& parameters) function in class:WebCore::MockMediaPlayerMediaSource
H A DMockMediaPlayerMediaSource.h45 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
H A DMockMediaSourcePrivate.cpp69 if (MockMediaPlayerMediaSource::supportsType(parameters) == MediaPlayer::IsNotSupported)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.h66 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
H A DMediaPlayerPrivateAVFoundationCF.cpp343 registrar(create, getSupportedTypes, supportsType, 0, 0, 0, 0);
902 MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationCF::supportsType(const MediaEngineSupportParameters& parameters) function in class:WebCore::MediaPlayerPrivateAVFoundationCF
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDOMImplementation.cpp335 if (Image::supportsType(type))
345 if (MediaPlayer::supportsType(parameters, &client))
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h134 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
H A DMediaPlayerPrivateGStreamer.cpp149 registrar(create, getSupportedTypes, supportsType, 0, 0, 0, 0);
1774 MediaPlayer::SupportsType MediaPlayerPrivateGStreamer::supportsType(const MediaEngineSupportParameters& parameters) function in class:WebCore::MediaPlayerPrivateGStreamer
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h76 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebFrameProxy.cpp110 return Image::supportsType(m_MIMEType);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaSourcePrivateAVFObjC.mm73 if (MediaPlayerPrivateMediaSourceAVFObjC::supportsType(parameters) == MediaPlayer::IsNotSupported)
H A DMediaPlayerPrivateMediaSourceAVFObjC.h168 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
H A DMediaPlayerPrivateAVFoundationObjC.h137 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&);
H A DMediaPlayerPrivateMediaSourceAVFObjC.mm197 registrar(create, getSupportedTypes, supportsType, 0, 0, 0, supportsKeySystem);
243 MediaPlayer::SupportsType MediaPlayerPrivateMediaSourceAVFObjC::supportsType(const MediaEngineSupportParameters& parameters)
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLPlugInElement.cpp378 if (replacement->supportsType(type) && replacement->supportsURL(url))
H A DHTMLPlugInImageElement.cpp163 return Image::supportsType(m_serviceType);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.h80 static bool supportsType(const String&);
H A DMediaPlayer.cpp231 static void addMediaEngine(CreateMediaEnginePlayer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngineSupportsType supportsType, argument
236 ASSERT(supportsType);
238 installedMediaEngines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType, getSitesInMediaCache, clearMediaCache, clearMediaCacheForSite, supportsKeySystem));
783 MediaPlayer::SupportsType MediaPlayer::supportsType(const MediaEngineSupportParameters& parameters, const MediaPlayerSupportsTypeClient* client) function in class:WebCore::MediaPlayer
H A DImage.cpp63 bool Image::supportsType(const String& type) function in class:WebCore::Image
H A DMediaPlayer.h297 static MediaPlayer::SupportsType supportsType(const MediaEngineSupportParameters&, const MediaPlayerSupportsTypeClient*);
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.cpp729 return MediaPlayer::supportsType(parameters, 0) != MediaPlayer::IsNotSupported;

Completed in 258 milliseconds

12