Home
last modified time | relevance | path

Searched refs:getSupportedTypes (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.cpp159 …tory(CreateMediaEnginePlayer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngine… in MediaPlayerFactory()
162 , getSupportedTypes(getSupportedTypes) in MediaPlayerFactory()
172 MediaEngineSupportedTypes getSupportedTypes; member
207 …gine(CreateMediaEnginePlayer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngine… in addMediaEngine() argument
211 ASSERT(getSupportedTypes); in addMediaEngine()
214 …installedMediaEngines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType… in addMediaEngine()
648 void MediaPlayer::getSupportedTypes(HashSet<String>& types) in getSupportedTypes() function in WebCore::MediaPlayer
656 engines[ndx]->getSupportedTypes(types); in getSupportedTypes()
DMediaPlayer.h173 static void getSupportedTypes(HashSet<String>&);
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h101 static void getSupportedTypes(HashSet<String>& types);
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.h133 static void getSupportedTypes(HashSet<String>&);
DMediaPlayerPrivateQt.h47 static void getSupportedTypes(HashSet<String>&);
DMediaPlayerPrivatePhonon.cpp129 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
193 void MediaPlayerPrivatePhonon::getSupportedTypes(HashSet<String>& types) in getSupportedTypes() function in WebCore::MediaPlayerPrivatePhonon
DMediaPlayerPrivateQt.cpp68 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
71 void MediaPlayerPrivateQt::getSupportedTypes(HashSet<String> &supported) in getSupportedTypes() function in WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebCore/platform/chromium/
DMIMETypeRegistryChromium.cpp122 MediaPlayer::getSupportedTypes(supportedMediaMIMETypes); in isSupportedMediaMIMEType()
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.h68 static void getSupportedTypes(HashSet<String>& types);
DMediaPlayerPrivateAVFoundationObjC.mm130 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
621 void MediaPlayerPrivateAVFoundationObjC::getSupportedTypes(HashSet<String>& supportedTypes)
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaPlayerPrivateAndroid.h112 static void getSupportedTypes(HashSet<String>&) { } in getSupportedTypes() function
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h131 static void getSupportedTypes(HashSet<String>&);
DMediaPlayerPrivateGStreamer.cpp162 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
1588 void MediaPlayerPrivateGStreamer::getSupportedTypes(HashSet<String>& types) in getSupportedTypes() function in WebCore::MediaPlayerPrivateGStreamer
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.h141 static void getSupportedTypes(HashSet<String>& types);
DMediaPlayerPrivateQuickTimeVisualContext.h130 static void getSupportedTypes(HashSet<String>& types);
DMediaPlayerPrivateQuickTimeWin.cpp82 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
701 void MediaPlayerPrivate::getSupportedTypes(HashSet<String>& types) in getSupportedTypes() function in WebCore::MediaPlayerPrivate
DMediaPlayerPrivateQuickTimeVisualContext.cpp159 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
1010 void MediaPlayerPrivateQuickTimeVisualContext::getSupportedTypes(HashSet<String>& types) in getSupportedTypes() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp80 WebMediaPlayerClientImpl::getSupportedTypes, in registerSelf()
571 void WebMediaPlayerClientImpl::getSupportedTypes(HashSet<String>& supportedTypes) in getSupportedTypes() function in WebKit::WebMediaPlayerClientImpl
DWebMediaPlayerClientImpl.h138 static void getSupportedTypes(WTF::HashSet<WTF::String>&);
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h77 static void getSupportedTypes(HashSet<String>& types);
DMediaPlayerPrivateQTKit.mm212 registrar(create, getSupportedTypes, supportsType, 0, 0, 0);
1448 void MediaPlayerPrivateQTKit::getSupportedTypes(HashSet<String>& supportedTypes)
/external/webkit/Source/WebCore/platform/
DMIMETypeRegistry.cpp419 MediaPlayer::getSupportedTypes(*supportedMediaMIMETypes); in initializeSupportedMediaMIMETypes()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp89 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1042436 (WebCore::MediaPlayerPrivate::getSupportedTypes):
63407 (WebCore::MediaPlayerPrivate::getSupportedTypes):
67722 (WebCore::MediaPlayerPrivate::getSupportedTypes): Instead of (QTMovieFileTypeOptions)0,
68062 (WebCore::MediaPlayer::getSupportedTypes):
68125 (WebCore::MediaPlayerPrivate::getSupportedTypes):
68179 (WebCore::MediaPlayerPrivate::getSupportedTypes):
68768 (WebCore::MoviePrivate::getSupportedTypes):
76965 (WebCore::MoviePrivate::getSupportedTypes):
77349 (WebCore::Movie::getSupportedTypes):
77414 (WebCore::MoviePrivate::getSupportedTypes):
DChangeLog-2010-05-2430175 (WebCore::MediaPlayerPrivateGStreamer::getSupportedTypes):
32947 (WebCore::MediaPlayerPrivate::getSupportedTypes):
41637 (WebCore::MediaPlayerPrivate::getSupportedTypes):
45163 (WebCore::MediaPlayerPrivate::getSupportedTypes):

12