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

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.cpp 38 , m_volume(1.0f)
PlatformSpeechSynthesisUtterance.h 57 float volume() const { return m_volume; }
58 void setVolume(float volume) { m_volume = std::max(std::min(1.0f, volume), 0.0f); }
82 float m_volume; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 72 double volume() const { return m_volume; }
121 double m_volume; member in class:WebCore::FINAL
MediaController.cpp 53 , m_volume(1)
258 if (m_volume == level)
270 m_volume = level;
HTMLMediaElement.h 485 double m_volume; member in class:WebCore::HTMLMediaElement
HTMLMediaElement.cpp 296 , m_volume(1.0f)
    [all...]

Completed in 2417 milliseconds