Searched refs:supportsType (Results 1 - 21 of 21) sorted by relevance

/external/webkit/WebCore/html/
H A DHTMLPlugInImageElement.cpp51 return Image::supportsType(m_serviceType);
H A DHTMLMediaElement.cpp404 MediaPlayer::SupportsType support = MediaPlayer::supportsType(ContentType(mimeType));
1399 if (!MediaPlayer::supportsType(ContentType(source->type())))
/external/webkit/WebCore/platform/graphics/wince/
H A DMediaPlayerPrivateWince.h102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp70 WebMediaPlayerClientImpl::supportsType);
373 // FIXME: integrate this list with WebMediaPlayerClientImpl::supportsType.
377 MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& type, function in class:WebKit::WebMediaPlayerClientImpl
380 WebMimeRegistry::SupportsType supportsType = local
383 switch (supportsType) {
H A DWebMediaPlayerClientImpl.h103 static WebCore::MediaPlayer::SupportsType supportsType(
/external/webkit/WebCore/platform/graphics/android/
H A DMediaPlayerPrivateAndroid.h100 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
/external/webkit/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivatePhonon.cpp126 registrar(create, getSupportedTypes, supportsType);
151 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String&, const String&) function in class:WebCore::MediaPlayerPrivate
/external/webkit/WebCore/platform/graphics/
H A DMediaPlayer.cpp161 static void addMediaEngine(CreateMediaEnginePlayer constructor, MediaEngineSupportedTypes getSupportedTypes, MediaEngineSupportsType supportsType) argument
165 ASSERT(supportsType);
166 installedMediaEngines().append(new MediaPlayerFactory(constructor, getSupportedTypes, supportsType));
494 MediaPlayer::SupportsType MediaPlayer::supportsType(ContentType contentType) function in class:WebCore::MediaPlayer
H A DImage.h91 static bool supportsType(const String&);
H A DMediaPlayer.h131 static MediaPlayer::SupportsType supportsType(ContentType contentType);
H A DImage.cpp60 bool Image::supportsType(const String& type) function in class:WebCore::Image
/external/webkit/WebCore/platform/graphics/gtk/
H A DMediaPlayerPrivateGStreamer.h122 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivateGStreamer.cpp220 registrar(create, getSupportedTypes, supportsType);
1132 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivate
/external/webkit/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h77 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivateQTKit.mm197 registrar(create, getSupportedTypes, supportsType);
1270 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
/external/webkit/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h138 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
H A DMediaPlayerPrivateQuickTimeWin.cpp70 registrar(create, getSupportedTypes, supportsType);
637 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivate
/external/webkit/WebCore/dom/
H A DDOMImplementation.cpp347 if (Image::supportsType(type))
352 if (MediaPlayer::supportsType(ContentType(type)))
/external/webkit/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp78 registrar(create, getSupportedTypes, supportsType);
125 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs) function in class:WebCore::MediaPlayerPrivate
/external/webkit/WebKit/mac/WebView/
H A DWebFrame.mm950 Image::supportsType(mimeType) ||

Completed in 173 milliseconds