Searched defs:m_volume (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.h72 double volume() const { return m_volume; }
121 double m_volume; member in class:blink::FINAL
H A DHTMLMediaElement.h494 double m_volume; member in class:blink::HTMLMediaElement
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisUtterance.h57 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:blink::FINAL

Completed in 107 milliseconds