HomeSort by relevance Sort by last modified time
    Searched defs:m_timeline (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
Player.h 58 DocumentTimeline* timeline() { return m_timeline; }
72 DocumentTimeline* const m_timeline; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.h 115 MediaControlTimelineElement* m_timeline; member in class:WebCore::MediaControls
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.h 89 void setValueAtTime(float value, double time) { m_timeline.setValueAtTime(value, time); }
90 void linearRampToValueAtTime(float value, double time) { m_timeline.linearRampToValueAtTime(value, time); }
91 void exponentialRampToValueAtTime(float value, double time) { m_timeline.exponentialRampToValueAtTime(value, time); }
92 void setTargetAtTime(float target, double time, double timeConstant) { m_timeline.setTargetAtTime(target, time, timeConstant); }
93 void setValueCurveAtTime(Float32Array* curve, double time, double duration) { m_timeline.setValueCurveAtTime(curve, time, duration); }
94 void cancelScheduledValues(double startTime) { m_timeline.cancelScheduledValues(startTime); }
96 bool hasSampleAccurateValues() { return m_timeline.hasValues() || numberOfRenderingConnections(); }
137 AudioParamTimeline m_timeline; member in class:WebCore::AudioParam
  /external/eigen/demos/opengl/
quaternion_demo.h 27 TimeLine m_timeline; member in class:RenderingWidget
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 1358 RefPtr<DocumentTimeline> m_timeline; member in class:WebCore::Document
    [all...]

Completed in 167 milliseconds