Searched refs:hasAudio (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovie.h103 bool hasAudio() const;
H A DMediaPlayerPrivateQuickTimeWin.h86 bool hasAudio() const;
H A DMediaPlayerPrivateQuickTimeVisualContext.h75 bool hasAudio() const;
H A DMediaPlayerPrivateQuickTimeWin.cpp381 bool MediaPlayerPrivate::hasAudio() const function in class:WebCore::MediaPlayerPrivate
385 return m_qtMovie->hasAudio();
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp522 bool MediaPlayerPrivateQuickTimeVisualContext::hasAudio() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
526 return m_movie->hasAudio();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaPlayerPrivateAndroid.h54 virtual bool hasAudio() const = 0;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h83 bool hasAudio() const;
H A DMediaPlayerPrivatePhonon.cpp215 bool MediaPlayerPrivatePhonon::hasAudio() const function in class:WebCore::MediaPlayerPrivatePhonon
217 // FIXME: Phonon::MediaObject does not have such a hasAudio() function
218 bool hasAudio = true; local
219 LOG(Media, "MediaPlayerPrivatePhonon::hasAudio() -> %s", hasAudio ? "true" : "false");
220 return hasAudio;
H A DMediaPlayerPrivateQt.h52 bool hasAudio() const;
/external/webkit/Source/WebKit/chromium/public/
H A DWebMediaPlayer.h114 virtual bool hasAudio() const = 0;
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h63 virtual bool hasAudio() const = 0;
H A DMediaPlayer.cpp101 virtual bool hasAudio() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
483 bool MediaPlayer::hasAudio() const function in class:WebCore::MediaPlayer
485 return m_private->hasAudio();
H A DMediaPlayer.h188 bool hasAudio() const;
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h55 bool hasAudio() const { return m_hasAudio; } function in class:WebCore::MediaPlayerPrivateGStreamer
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
H A DSDL_syscdrom.c51 Boolean hasAudio; member in struct:__anon9160
123 SDL_cdlist[SDL_numcds].hasAudio = false;
218 SDL_cdlist[cdrom->id].hasAudio = false;
227 SDL_cdlist[SDL_numcds].hasAudio = true;
280 if (1 || SDL_cdlist[cdrom->id].hasAudio) {
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h88 bool hasAudio() const;
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.h96 virtual bool hasAudio() const;
H A DWebMediaPlayerClientImpl.cpp281 bool WebMediaPlayerClientImpl::hasAudio() const function in class:WebKit::WebMediaPlayerClientImpl
284 return m_webMediaPlayer->hasAudio();
H A DContextMenuClientImpl.cpp205 if (mediaElement->hasAudio())
/external/webkit/Source/WebCore/html/shadow/
H A DMediaControlRootElement.cpp295 if (m_mediaElement->hasAudio() || page->theme()->hasOwnDisabledStateHandlingFor(MediaMuteButtonPart))
437 if (!m_mediaElement->hasAudio())
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h223 virtual bool hasAudio() const;
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h128 virtual bool hasAudio() const { return m_cachedHasAudio; } function in class:WebCore::MediaPlayerPrivateAVFoundation
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp306 virtual bool hasAudio() const { return false; } // do not display the audio UI function in class:WebCore::MediaPlayerVideoPrivate
421 virtual bool hasAudio() const { return true; } function in class:WebCore::MediaPlayerAudioPrivate
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h62 virtual bool hasAudio() const;
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControlsChromium.cpp81 if (!hasSource(mediaElement) || !mediaElement->hasAudio())

Completed in 1663 milliseconds

12