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

1 2

  /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/android/layers/
MediaPlayerPrivateAndroid.h 113 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/html/
HTMLPlugInImageElement.cpp 66 return Image::supportsType(m_serviceType);
  /external/webkit/Source/WebCore/platform/graphics/
Image.h 87 static bool supportsType(const String&);
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)
Image.cpp 61 bool Image::supportsType(const String& type)
MediaPlayer.h 171 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
172 static MediaPlayer::SupportsType supportsType(const ContentType&);
344 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& codecs);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /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.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) {
WebMediaPlayerClientImpl.h 139 static WebCore::MediaPlayer::SupportsType 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/WebCore/dom/
DOMImplementation.cpp 356 if (Image::supportsType(type))
361 if (MediaPlayer::supportsType(ContentType(type)))
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.cpp 121 return Image::supportsType(m_MIMEType);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 89 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
92 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)

Completed in 250 milliseconds

1 2