Searched defs:supportsType (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DImage.cpp61 bool Image::supportsType(const String& type) function in class:WebCore::Image
H A DMediaPlayer.cpp207 static void addMediaEngine(CreateMediaEnginePlayer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngineSupportsType supportsType, argument
212 ASSERT(supportsType);
214 installedMediaEngines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType, getSitesInMediaCache, clearMediaCache, clearMediaCacheForSite));
631 MediaPlayer::SupportsType MediaPlayer::supportsType(const ContentType& contentType) function in class:WebCore::MediaPlayer
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp129 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
198 MediaPlayer::SupportsType MediaPlayerPrivatePhonon::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivatePhonon
H A DMediaPlayerPrivateQt.cpp68 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
82 MediaPlayer::SupportsType MediaPlayerPrivateQt::supportsType(const String& mime, const String& codec) function in class:WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp87 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
90 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp81 WebMediaPlayerClientImpl::supportsType,
573 // FIXME: integrate this list with WebMediaPlayerClientImpl::supportsType.
577 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type, function in class:WebKit::WebMediaPlayerClientImpl
580 WebMimeRegistry::SupportsType supportsType = local
583 switch (supportsType) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp82 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
711 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivate
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp159 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
1020 MediaPlayer::SupportsType MediaPlayerPrivateQuickTimeVisualContext::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp162 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
1593 MediaPlayer::SupportsType MediaPlayerPrivateGStreamer::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivateGStreamer

Completed in 169 milliseconds