HomeSort by relevance Sort by last modified time
    Searched full:timelinevalue (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.cpp 48 float timelineValue = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), hasValue);
51 m_value = timelineValue;
129 float timelineValue = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), hasValue);
132 m_value = timelineValue;

Completed in 1053 milliseconds