Home
last modified time | relevance | path

Searched refs:SupportsType (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/public/
DWebMimeRegistry.h42 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/
Dsimple_webmimeregistry_impl.h18 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(
Dsimple_webmimeregistry_impl.cc31 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/
DMediaPlayer.h171 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enum
172 static MediaPlayer::SupportsType supportsType(const ContentType&);
344 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& code…
DMediaPlayer.cpp253 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/
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.cpp198 MediaPlayer::SupportsType MediaPlayerPrivatePhonon::supportsType(const String& type, const String& … in supportsType()
DMediaPlayerPrivateQt.cpp82 MediaPlayer::SupportsType MediaPlayerPrivateQt::supportsType(const String& mime, const String& code… in supportsType()
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.h69 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateAVFoundationObjC.mm626 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/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.cpp711 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType()
DMediaPlayerPrivateQuickTimeVisualContext.cpp1020 MediaPlayer::SupportsType MediaPlayerPrivateQuickTimeVisualContext::supportsType(const String& type… in supportsType()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateGStreamer.cpp1593 MediaPlayer::SupportsType MediaPlayerPrivateGStreamer::supportsType(const String& type, const Strin… in supportsType()
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp577 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type, in supportsType()
580 WebMimeRegistry::SupportsType supportsType = in supportsType()
DWebMediaPlayerClientImpl.h139 static WebCore::MediaPlayer::SupportsType supportsType(
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h78 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
DMediaPlayerPrivateQTKit.mm1461 MediaPlayer::SupportsType MediaPlayerPrivateQTKit::supportsType(const String& type, const String& c…
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp92 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType()
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp489 MediaPlayer::SupportsType support = MediaPlayer::supportsType(ContentType(mimeType)); in canPlayType()

12