HomeSort by relevance Sort by last modified time
    Searched refs:SupportsType (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebMimeRegistry.h 42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
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/
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(
simple_webmimeregistry_impl.cc 31 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType(
38 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsImageMIMEType(
45 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsJavaScriptMIMEType(
52 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMediaMIMEType(
87 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsNonImageMIMEType(
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 113 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.h 69 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateAVFoundationObjC.mm 130 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
626 MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationObjC::supportsType(const String& type, const String& codecs)
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQt.h 48 static MediaPlayer::SupportsType supportsType(const String&, const String&);
MediaPlayerPrivatePhonon.cpp 129 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
198 MediaPlayer::SupportsType MediaPlayerPrivatePhonon::supportsType(const String& type, const String& codecs)
MediaPlayerPrivateQt.cpp 68 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
82 MediaPlayer::SupportsType MediaPlayerPrivateQt::supportsType(const String& mime, const String& codec)
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 171 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
172 static MediaPlayer::SupportsType supportsType(const ContentType&);
343 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& codecs);
MediaPlayer.cpp 207 static void addMediaEngine(CreateMediaEnginePlayer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngineSupportsType supportsType,
212 ASSERT(supportsType);
214 installedMediaEngines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType, getSitesInMediaCache, clearMediaCache, clearMediaCacheForSite));
253 MediaPlayer::SupportsType supported = MediaPlayer::IsNotSupported;
261 MediaPlayer::SupportsType engineSupport = engines[ndx]->supportsTypeAndCodecs(type, codecs);
631 MediaPlayer::SupportsType MediaPlayer::supportsType(const ContentType& contentType)
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateGStreamer.cpp 162 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 142 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQuickTimeVisualContext.h 131 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQuickTimeWin.cpp 82 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
711 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
MediaPlayerPrivateQuickTimeVisualContext.cpp 159 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 139 static WebCore::MediaPlayer::SupportsType supportsType(
WebMediaPlayerClientImpl.cpp 81 WebMediaPlayerClientImpl::supportsType,
573 // FIXME: integrate this list with WebMediaPlayerClientImpl::supportsType.
577 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type,
580 WebMimeRegistry::SupportsType supportsType =
583 switch (supportsType) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 78 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQTKit.mm 212 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 87 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
90 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 489 MediaPlayer::SupportsType support = MediaPlayer::supportsType(ContentType(mimeType));
    [all...]

Completed in 1210 milliseconds