Searched refs:_totalDuration (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | player.js | 61 this._currentTime = this._playbackRate > 0 ? this._totalDuration : 0; 108 return !this._idle && (this._playbackRate > 0 && this._currentTime >= this._totalDuration || 111 get _totalDuration() { return this._source._totalDuration; }, getter in scope.Player 126 this._currentTime = this._playbackRate > 0 ? 0 : this._totalDuration; 145 this.currentTime = this._playbackRate > 0 ? this._totalDuration : 0; 146 this._startTime = this._totalDuration - this.currentTime;
|
D | animation.js | 37 animation._totalDuration = animationNode._totalDuration; 51 nullAnimation._totalDuration = 0;
|
D | animation-node.js | 23 animationNode._totalDuration = timing.delay + activeDuration + timing.endDelay;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …_totalDuration=b.delay+c+b.endDelay,d._isCurrent=function(d){var e=a.calculatePhase(c,d,b);return … getter in a.Player
|
D | web-animations.min.js | 15 …_totalDuration=b.delay+c+b.endDelay,d._isCurrent=function(d){var e=a.calculatePhase(c,d,b);return … getter in a.Player
|
D | web-animations-next.min.js | 15 …_totalDuration=b.delay+c+b.endDelay,d._isCurrent=function(d){var e=a.calculatePhase(c,d,b);return … getter in a.Player
|
D | web-animations.min.js.map | 1 …tring","deprecated","Error","scope","AnimationNode","animationNode","_totalDuration","endDelay","_…
|
D | web-animations-next.min.js.map | 1 …ion","t","bool","effect","animation","_hasSameTarget","otherTarget","_totalDuration","NullAnimatio…
|