/external/webkit/Source/WebKit/chromium/public/ |
D | WebMimeRegistry.h | 42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enum 44 virtual SupportsType supportsMIMEType(const WebString& mimeType) = 0; 45 virtual SupportsType supportsImageMIMEType(const WebString& mimeType) = 0; 46 virtual SupportsType supportsJavaScriptMIMEType(const WebString& mimeType) = 0; 47 virtual SupportsType supportsMediaMIMEType(const WebString& mimeType, 49 virtual SupportsType supportsNonImageMIMEType(const WebString& mimeType) = 0;
|
/external/chromium/webkit/glue/ |
D | simple_webmimeregistry_impl.h | 18 virtual WebKit::WebMimeRegistry::SupportsType supportsMIMEType( 20 virtual WebKit::WebMimeRegistry::SupportsType supportsImageMIMEType( 22 virtual WebKit::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType( 24 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType( 26 virtual WebKit::WebMimeRegistry::SupportsType supportsNonImageMIMEType(
|
D | simple_webmimeregistry_impl.cc | 31 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType( in supportsMIMEType() 38 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsImageMIMEType( in supportsImageMIMEType() 45 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsJavaScriptMIMEType( in supportsJavaScriptMIMEType() 52 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMediaMIMEType( in supportsMediaMIMEType() 87 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsNonImageMIMEType( in supportsNonImageMIMEType()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayer.h | 171 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enum 172 static MediaPlayer::SupportsType supportsType(const ContentType&); 344 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& code…
|
D | MediaPlayer.cpp | 253 MediaPlayer::SupportsType supported = MediaPlayer::IsNotSupported; in bestMediaEngineForTypeAndCodecs() 261 MediaPlayer::SupportsType engineSupport = engines[ndx]->supportsTypeAndCodecs(type, codecs); in bestMediaEngineForTypeAndCodecs() 631 MediaPlayer::SupportsType MediaPlayer::supportsType(const ContentType& contentType) in supportsType()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | MediaPlayerPrivateWinCE.h | 102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.h | 134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateQt.h | 48 static MediaPlayer::SupportsType supportsType(const String&, const String&);
|
D | MediaPlayerPrivatePhonon.cpp | 198 MediaPlayer::SupportsType MediaPlayerPrivatePhonon::supportsType(const String& type, const String& … in supportsType()
|
D | MediaPlayerPrivateQt.cpp | 82 MediaPlayer::SupportsType MediaPlayerPrivateQt::supportsType(const String& mime, const String& code… in supportsType()
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundationObjC.h | 69 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateAVFoundationObjC.mm | 626 MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationObjC::supportsType(const String& type, cons…
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | MediaPlayerPrivateAndroid.h | 113 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.h | 142 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateQuickTimeVisualContext.h | 131 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateQuickTimeWin.cpp | 711 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType()
|
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 1020 MediaPlayer::SupportsType MediaPlayerPrivateQuickTimeVisualContext::supportsType(const String& type… in supportsType()
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | MediaPlayerPrivateGStreamer.h | 132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateGStreamer.cpp | 1593 MediaPlayer::SupportsType MediaPlayerPrivateGStreamer::supportsType(const String& type, const Strin… in supportsType()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebMediaPlayerClientImpl.cpp | 577 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type, in supportsType() 580 WebMimeRegistry::SupportsType supportsType = in supportsType()
|
D | WebMediaPlayerClientImpl.h | 139 static WebCore::MediaPlayer::SupportsType supportsType(
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.h | 78 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateQTKit.mm | 1461 MediaPlayer::SupportsType MediaPlayerPrivateQTKit::supportsType(const String& type, const String& c…
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | MediaPlayerPrivateAndroid.cpp | 92 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.cpp | 489 MediaPlayer::SupportsType support = MediaPlayer::supportsType(ContentType(mimeType)); in canPlayType()
|