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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParam.idl48 void setTargetAtTime(float target, double time, double timeConstant);
57 [MeasureAs=LegacyWebAudio, ImplementedAs=setTargetAtTime] void setTargetValueAtTime(float targetValue, double time, double timeConstant);
H A DAudioParam.h92 void setTargetAtTime(float target, double time, double timeConstant) { m_timeline.setTargetAtTime(target, time, timeConstant); } function in class:WebCore::AudioParam
H A DAudioParamTimeline.h50 void setTargetAtTime(float target, double time, double timeConstant);
H A DAudioParamTimeline.cpp56 void AudioParamTimeline::setTargetAtTime(float target, double time, double timeConstant) function in class:WebCore::AudioParamTimeline

Completed in 89 milliseconds