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

12

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DMediaPlayerPrivateAndroid.h111 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivateQt.h48 static MediaPlayer::SupportsType supportsType(const String&, const String&);
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/WebCore/html/
H A DHTMLPlugInImageElement.cpp66 return Image::supportsType(m_serviceType);
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundationObjC.h69 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivateAVFoundationObjC.mm130 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
626 MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationObjC::supportsType(const String& type, const String& codecs)
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h142 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivateQuickTimeVisualContext.h131 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
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/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) {
H A DWebMediaPlayerClientImpl.h139 static WebCore::MediaPlayer::SupportsType supportsType(
/external/webkit/Source/WebCore/platform/graphics/
H A DImage.h87 static bool supportsType(const String&);
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
H A DImage.cpp61 bool Image::supportsType(const String& type) function in class:WebCore::Image
H A DMediaPlayer.h172 static MediaPlayer::SupportsType supportsType(const ContentType&);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h78 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivateQTKit.mm212 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
1461 MediaPlayer::SupportsType MediaPlayerPrivateQTKit::supportsType(const String& type, const String& codecs)
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp356 if (Image::supportsType(type))
361 if (MediaPlayer::supportsType(ContentType(type)))
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFrameProxy.cpp121 return Image::supportsType(m_MIMEType);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp91 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
94 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivate

Completed in 394 milliseconds

12