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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParam.idl42 [RaisesException] void setTargetAtTime(float target, double time, double timeConstant);
H A DAudioParam.h94 void setTargetAtTime(float target, double time, double timeConstant, ExceptionState& exceptionState) function in class:blink::FINAL
96 m_timeline.setTargetAtTime(target, time, timeConstant, exceptionState);
H A DAudioParamTimeline.h49 void setTargetAtTime(float target, double time, double timeConstant, ExceptionState&);
H A DAudioParamTimeline.cpp123 void AudioParamTimeline::setTargetAtTime(float target, double time, double timeConstant, ExceptionState& exceptionState) function in class:blink::AudioParamTimeline

Completed in 86 milliseconds