Searched refs:_finishHandlers (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | player.js | 42 this._finishHandlers = []; property in scope.Player 162 this._finishHandlers.push(handler); 167 var index = this._finishHandlers.indexOf(handler); 169 this._finishHandlers.splice(index, 1); 175 var handlers = this._finishHandlers.concat(this.onfinish ? [this.onfinish] : []);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …_finishHandlers=[],this._source=a,this._inEffect=this._source._update(0),this._idle=!0,this._curre… property in a.Player
|
D | web-animations.min.js | 15 …_finishHandlers=[],this._source=a,this._inEffect=this._source._update(0),this._idle=!0,this._curre… property in a.Player
|
D | web-animations-next.min.js | 15 …_finishHandlers=[],this._source=a,this._inEffect=this._source._update(0),this._idle=!0,this._curre… property in a.Player
|
D | web-animations.min.js.map | 1 …rentTime","playState","pause","finish","cancel","reverse","handler","_finishHandlers","removeEvent…
|
D | web-animations-next.min.js.map | 1 …","paused","_playbackRate","_inTimeline","_finishedFlag","onfinish","_finishHandlers","_inEffect",…
|