Searched refs:_start (Results 1 - 20 of 20) sorted by relevance
| /yui3/src/test/js/ |
| H A D | TestRunner.js | 410 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 D | event-move-debug.js | 210 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 D | Move.js | 208 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 D | gesture-tests.js | 62 'test: _start()': function() { 63 eventData.start._start(event,node, {
|
| /yui3/src/dd/js/ |
| H A D | ddm-base.js | 169 * @method _start 172 _start: function() {
|
| H A D | drag.js | 1038 DDM._start();
|
| /yui3/build/dd-ddm-base/ |
| H A D | dd-ddm-base-debug.js | 171 * @method _start 174 _start: function() {
|
| /yui3/src/resize/tests/ |
| H A D | resize-tests.js | 20 Y.DD.DDM._start();
|
| /yui3/src/anim/js/ |
| H A D | anim.js | 426 this._start(); 460 _start: function() {
|
| /yui3/build/anim-base/ |
| H A D | anim-base-debug.js | 428 this._start(); 462 _start: function() {
|
| /yui3/build/test/ |
| H A D | test-debug.js | 1189 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 D | transition-debug.js | 271 anim._start(); 278 _start: function() {
|
| /yui3/build/transition-native/ |
| H A D | transition-native-debug.js | 272 anim._start(); 279 _start: function() {
|
| /yui3/build/transition-timer/ |
| H A D | transition-timer-debug.js | 19 _start: function() {
|
| /yui3/src/transition/js/ |
| H A D | transition-native.js | 269 anim._start(); 276 _start: function() {
|
| H A D | transition-timer.js | 17 _start: function() {
|
| /yui3/build/dd-drag/ |
| H A D | dd-drag-debug.js | 1040 DDM._start();
|
| /yui3/src/dd/tests/ |
| H A D | dd-tests.js | 53 Y.DD.DDM._start();
|
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 18344 anim._start(); 18351 _start: function() { 19604 _start: function() {
|
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 18344 anim._start(); 18351 _start: function() { 19604 _start: function() {
|
Completed in 165 milliseconds