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

  /external/webkit/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/webkit/WebCore/platform/graphics/
MediaPlayer.h 130 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
131 static MediaPlayer::SupportsType supportsType(ContentType contentType);
268 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& codecs);
MediaPlayer.cpp 161 static void addMediaEngine(CreateMediaEnginePlayer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngineSupportsType supportsType)
165 ASSERT(supportsType);
166 installedMediaEngines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType));
177 MediaPlayer::SupportsType supported = MediaPlayer::IsNotSupported;
181 MediaPlayer::SupportsType engineSupport = engines[ndx]->supportsTypeAndCodecs(type, codecs);
494 MediaPlayer::SupportsType MediaPlayer::supportsType(ContentType contentType)
  /external/webkit/WebCore/platform/graphics/android/
MediaPlayerPrivateAndroid.h 100 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/WebCore/platform/graphics/wince/
MediaPlayerPrivateWince.h 102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 103 static WebCore::MediaPlayer::SupportsType supportsType(
WebMediaPlayerClientImpl.cpp 70 WebMediaPlayerClientImpl::supportsType);
373 // FIXME: integrate this list with WebMediaPlayerClientImpl::supportsType.
377 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type,
380 WebMimeRegistry::SupportsType supportsType =
383 switch (supportsType) {
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivatePhonon.cpp 126 registrar(create, getSupportedTypes, supportsType);
151 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String&, const String&)
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.h 122 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateGStreamer.cpp 220 registrar(create, getSupportedTypes, supportsType);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 77 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQTKit.mm 197 registrar(create, getSupportedTypes, supportsType);
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 138 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQuickTimeWin.cpp 70 registrar(create, getSupportedTypes, supportsType);
637 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 78 registrar(create, getSupportedTypes, supportsType);
125 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 404 MediaPlayer::SupportsType support = MediaPlayer::supportsType(ContentType(mimeType));
    [all...]

Completed in 528 milliseconds