HomeSort by relevance Sort by last modified time
    Searched refs:m_volume (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.cpp 38 , m_volume(1.0f)
PlatformSpeechSynthesisUtterance.h 58 float volume() const { return m_volume; }
59 void setVolume(float volume) { m_volume = std::max(std::min(1.0f, volume), 0.0f); }
82 float m_volume; member in class:WebCore::PlatformSpeechSynthesisUtterance
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 77 virtual double volume() const { return m_volume; }
133 double m_volume; member in class:WebCore::MediaController
MediaController.cpp 51 , m_volume(1)
258 if (m_volume == level)
270 m_volume = level;
HTMLMediaElement.h 469 double m_volume; member in class:WebCore::HTMLMediaElement
HTMLMediaElement.cpp 257 , m_volume(1.0f)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 115 return m_volume;
415 m_volume = volume;
424 m_webMediaPlayer->setVolume(muted ? 0 : m_volume);
629 , m_volume(1.0)
WebMediaPlayerClientImpl.h 167 double m_volume; member in class:blink::WebMediaPlayerClientImpl

Completed in 37 milliseconds