Home
last modified time | relevance | path

Searched defs:setTargetAtTime (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioParam.h91 …void setTargetAtTime(float target, double time, double timeConstant) { m_timeline.setTargetAtTime(… in setTargetAtTime() function
DAudioParamTimeline.cpp66 void AudioParamTimeline::setTargetAtTime(float target, double time, double timeConstant) in setTargetAtTime() function in WebCore::AudioParamTimeline