Searched refs:setValueAtTime (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParam.idl37 [RaisesException] void setValueAtTime(float value, double time);
H A DAudioParam.h82 void setValueAtTime(float value, double time, ExceptionState& exceptionState) function in class:blink::FINAL
84 m_timeline.setValueAtTime(value, time, exceptionState);
H A DAudioParamTimeline.h46 void setValueAtTime(float value, double time, ExceptionState&);
H A DAudioParamTimeline.cpp90 void AudioParamTimeline::setValueAtTime(float value, double time, ExceptionState& exceptionState) function in class:blink::AudioParamTimeline

Completed in 68 milliseconds