Home
last modified time | relevance | path

Searched refs:hasAudio (Results 1 – 25 of 36) sorted by relevance

12

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

12