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

  /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
HTMLMediaElement.h 485 double m_volume; member in class:WebCore::HTMLMediaElement
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
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

Completed in 147 milliseconds