Searched refs:_start (Results 1 - 20 of 20) sorted by relevance

/yui3/src/test/js/
H A DTestRunner.js410 node.results.duration = (new Date()) - node._start;
414 node.results.duration = (new Date()) - node._start;
450 this._cur.results.duration = (new Date()) - this._cur._start;
530 node._start = new Date();
534 node._start = new Date();
706 var duration = (new Date()) - node._start;
808 node._start = new Date();
1001 runner._root._start = new Date();
/yui3/build/event-move/
H A Devent-move-debug.js210 this._start(e, node, ce, params);
221 params._ht = Y.later(minTime, this, this._start, [e, node, ce, params]);
236 this._start(e, node, ce, params);
259 _start : function(e, node, ce, params) {
/yui3/src/event-gestures/js/
H A DMove.js208 this._start(e, node, ce, params);
219 params._ht = Y.later(minTime, this, this._start, [e, node, ce, params]);
234 this._start(e, node, ce, params);
257 _start : function(e, node, ce, params) {
/yui3/src/event-gestures/tests/
H A Dgesture-tests.js62 'test: _start()': function() {
63 eventData.start._start(event,node, {
/yui3/src/dd/js/
H A Dddm-base.js169 * @method _start
172 _start: function() {
H A Ddrag.js1038 DDM._start();
/yui3/build/dd-ddm-base/
H A Ddd-ddm-base-debug.js171 * @method _start
174 _start: function() {
/yui3/src/resize/tests/
H A Dresize-tests.js20 Y.DD.DDM._start();
/yui3/src/anim/js/
H A Danim.js426 this._start();
460 _start: function() {
/yui3/build/anim-base/
H A Danim-base-debug.js428 this._start();
462 _start: function() {
/yui3/build/test/
H A Dtest-debug.js1189 node.results.duration = (new Date()) - node._start;
1193 node.results.duration = (new Date()) - node._start;
1229 this._cur.results.duration = (new Date()) - this._cur._start;
1309 node._start = new Date();
1313 node._start = new Date();
1485 var duration = (new Date()) - node._start;
1587 node._start = new Date();
1780 runner._root._start = new Date();
/yui3/build/transition/
H A Dtransition-debug.js271 anim._start();
278 _start: function() {
/yui3/build/transition-native/
H A Dtransition-native-debug.js272 anim._start();
279 _start: function() {
/yui3/build/transition-timer/
H A Dtransition-timer-debug.js19 _start: function() {
/yui3/src/transition/js/
H A Dtransition-native.js269 anim._start();
276 _start: function() {
H A Dtransition-timer.js17 _start: function() {
/yui3/build/dd-drag/
H A Ddd-drag-debug.js1040 DDM._start();
/yui3/src/dd/tests/
H A Ddd-tests.js53 Y.DD.DDM._start();
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js18344 anim._start();
18351 _start: function() {
19604 _start: function() {
/yui3/src/simpleyui/js/
H A Dconcat.js18344 anim._start();
18351 _start: function() {
19604 _start: function() {

Completed in 165 milliseconds