Home
last modified time | relevance | path

Searched refs:supportsType (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp81 WebMediaPlayerClientImpl::supportsType, in registerSelf()
577 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type, in supportsType() function in WebKit::WebMediaPlayerClientImpl
580 WebMimeRegistry::SupportsType supportsType = in supportsType() local
583 switch (supportsType) { in supportsType()
DWebMediaPlayerClientImpl.h139 static WebCore::MediaPlayer::SupportsType supportsType(
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.cpp207 …yer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngineSupportsType supportsType, in addMediaEngine() argument
212 ASSERT(supportsType); in addMediaEngine()
214 …gines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType, getSitesInMedi… in addMediaEngine()
631 MediaPlayer::SupportsType MediaPlayer::supportsType(const ContentType& contentType) in supportsType() function in WebCore::MediaPlayer
DImage.h87 static bool supportsType(const String&);
DImage.cpp61 bool Image::supportsType(const String& type) in supportsType() function in WebCore::Image
DMediaPlayer.h172 static MediaPlayer::SupportsType supportsType(const ContentType&);
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.h134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateQt.h48 static MediaPlayer::SupportsType supportsType(const String&, const String&);
DMediaPlayerPrivatePhonon.cpp129 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
198 MediaPlayer::SupportsType MediaPlayerPrivatePhonon::supportsType(const String& type, const String& … in supportsType() function in WebCore::MediaPlayerPrivatePhonon
DMediaPlayerPrivateQt.cpp68 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
82 MediaPlayer::SupportsType MediaPlayerPrivateQt::supportsType(const String& mime, const String& code… in supportsType() function in WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp356 if (Image::supportsType(type)) in createDocument()
361 if (MediaPlayer::supportsType(ContentType(type))) in createDocument()
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.h69 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateAVFoundationObjC.mm130 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
626 MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationObjC::supportsType(const String& type, cons…
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaPlayerPrivateAndroid.h113 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateGStreamer.cpp162 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
1593 MediaPlayer::SupportsType MediaPlayerPrivateGStreamer::supportsType(const String& type, const Strin… in supportsType() function in WebCore::MediaPlayerPrivateGStreamer
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.h142 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateQuickTimeVisualContext.h131 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateQuickTimeWin.cpp82 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
711 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType() function in WebCore::MediaPlayerPrivate
DMediaPlayerPrivateQuickTimeVisualContext.cpp159 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
1020 MediaPlayer::SupportsType MediaPlayerPrivateQuickTimeVisualContext::supportsType(const String& type… in supportsType() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/html/
DHTMLPlugInImageElement.cpp66 return Image::supportsType(m_serviceType); in isImageType()
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h78 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.cpp121 return Image::supportsType(m_MIMEType); in isDisplayingStandaloneImageDocument()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp89 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
92 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType() function in WebCore::MediaPlayerPrivate

12