OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueForContextTime
(Results
1 - 3
of
3
) 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);
76
m_value = m_timeline.
valueForContextTime
(context(), narrowPrecisionToFloat(m_value), useTimelineValue);
129
float timelineValue = m_timeline.
valueForContextTime
(context(), narrowPrecisionToFloat(m_value), hasValue);
AudioParamTimeline.h
56
float
valueForContextTime
(AudioContext*, float defaultValue, bool& hasValue);
AudioParamTimeline.cpp
116
float AudioParamTimeline::
valueForContextTime
(AudioContext* context, float defaultValue, bool& hasValue)
Completed in 25 milliseconds