/external/webkit/Source/WebKit/chromium/src/ |
D | WebMediaPlayerClientImpl.cpp | 81 WebMediaPlayerClientImpl::supportsType, in registerSelf() 577 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type, in supportsType() function in WebKit::WebMediaPlayerClientImpl 580 WebMimeRegistry::SupportsType supportsType = in supportsType() local 583 switch (supportsType) { in supportsType()
|
D | WebMediaPlayerClientImpl.h | 139 static WebCore::MediaPlayer::SupportsType supportsType(
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayer.cpp | 207 …yer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngineSupportsType supportsType, in addMediaEngine() argument 212 ASSERT(supportsType); in addMediaEngine() 214 …gines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType, getSitesInMedi… in addMediaEngine() 631 MediaPlayer::SupportsType MediaPlayer::supportsType(const ContentType& contentType) in supportsType() function in WebCore::MediaPlayer
|
D | Image.h | 87 static bool supportsType(const String&);
|
D | Image.cpp | 61 bool Image::supportsType(const String& type) in supportsType() function in WebCore::Image
|
D | MediaPlayer.h | 172 static MediaPlayer::SupportsType supportsType(const ContentType&);
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | MediaPlayerPrivateWinCE.h | 102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.h | 134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateQt.h | 48 static MediaPlayer::SupportsType supportsType(const String&, const String&);
|
D | MediaPlayerPrivatePhonon.cpp | 129 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine() 198 MediaPlayer::SupportsType MediaPlayerPrivatePhonon::supportsType(const String& type, const String& … in supportsType() function in WebCore::MediaPlayerPrivatePhonon
|
D | MediaPlayerPrivateQt.cpp | 68 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine() 82 MediaPlayer::SupportsType MediaPlayerPrivateQt::supportsType(const String& mime, const String& code… in supportsType() function in WebCore::MediaPlayerPrivateQt
|
/external/webkit/Source/WebCore/dom/ |
D | DOMImplementation.cpp | 356 if (Image::supportsType(type)) in createDocument() 361 if (MediaPlayer::supportsType(ContentType(type))) in createDocument()
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundationObjC.h | 69 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateAVFoundationObjC.mm | 130 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); 626 MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationObjC::supportsType(const String& type, cons…
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | MediaPlayerPrivateAndroid.h | 113 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | MediaPlayerPrivateGStreamer.h | 132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateGStreamer.cpp | 162 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine() 1593 MediaPlayer::SupportsType MediaPlayerPrivateGStreamer::supportsType(const String& type, const Strin… in supportsType() function in WebCore::MediaPlayerPrivateGStreamer
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.h | 142 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateQuickTimeVisualContext.h | 131 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
D | MediaPlayerPrivateQuickTimeWin.cpp | 82 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine() 711 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType() function in WebCore::MediaPlayerPrivate
|
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 159 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine() 1020 MediaPlayer::SupportsType MediaPlayerPrivateQuickTimeVisualContext::supportsType(const String& type… in supportsType() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
|
/external/webkit/Source/WebCore/html/ |
D | HTMLPlugInImageElement.cpp | 66 return Image::supportsType(m_serviceType); in isImageType()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.h | 78 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebFrameProxy.cpp | 121 return Image::supportsType(m_MIMEType); in isDisplayingStandaloneImageDocument()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | MediaPlayerPrivateAndroid.cpp | 89 registrar(create, getSupportedTypes, supportsType, 0, 0, 0); in registerMediaEngine() 92 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) in supportsType() function in WebCore::MediaPlayerPrivate
|