Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/WebKit/Source/platform/exported/ | |
WebActiveGestureAnimation.h | 58 OwnPtr<WebGestureCurve> m_curve; member in class:blink::WebActiveGestureAnimation |
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ | |
WaveShaperProcessor.h | 56 Float32Array* curve() { return m_curve.get(); } 62 // m_curve represents the non-linear shaping curve. 63 RefPtr<Float32Array> m_curve; member in class:WebCore::WaveShaperProcessor |
AudioParamTimeline.h | 85 , m_curve(curve) 94 Float32Array* curve() { return m_curve.get(); } 102 RefPtr<Float32Array> m_curve; member in class:WebCore::AudioParamTimeline::ParamEvent |