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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimeline.h 119 : m_timeline(timeline)
122 ASSERT(m_timeline);
129 void timerFired(Timer<AnimationTimelineTiming>*) { m_timeline->wake(); }
134 RawPtrWillBeMember<AnimationTimeline> m_timeline; member in class:WebCore::AnimationTimeline::FINAL
AnimationPlayer.h 91 const AnimationTimeline* timeline() const { return m_timeline; }
92 AnimationTimeline* timeline() { return m_timeline; }
95 void timelineDestroyed() { m_timeline = nullptr; }
176 RawPtrWillBeMember<AnimationTimeline> m_timeline; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.h 120 RawPtrWillBeMember<MediaControlTimelineElement> m_timeline; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.h 88 void setValueAtTime(float value, double time) { m_timeline.setValueAtTime(value, time); }
89 void linearRampToValueAtTime(float value, double time) { m_timeline.linearRampToValueAtTime(value, time); }
90 void exponentialRampToValueAtTime(float value, double time, ExceptionState& es) { m_timeline.exponentialRampToValueAtTime(value, time, es); }
91 void setTargetAtTime(float target, double time, double timeConstant) { m_timeline.setTargetAtTime(target, time, timeConstant); }
92 void setValueCurveAtTime(Float32Array* curve, double time, double duration) { m_timeline.setValueCurveAtTime(curve, time, duration); }
93 void cancelScheduledValues(double startTime) { m_timeline.cancelScheduledValues(startTime); }
95 bool hasSampleAccurateValues() { return m_timeline.hasValues() || numberOfRenderingConnections(); }
136 AudioParamTimeline m_timeline; member in class:WebCore::FINAL
  /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 1394 RefPtrWillBeMember<AnimationTimeline> m_timeline; member in class:WebCore::Document
    [all...]

Completed in 119 milliseconds