Searched refs:arg3 (Results 1 - 7 of 7) sorted by relevance

/yui3/src/node/js/
H A Dnode-imports.js102 Y.Node.prototype[method] = function(arg1, arg2, arg3) {
103 var ret = this.invoke(method, arg1, arg2, arg3);
/yui3/src/yui/tests/
H A Dlater-test.js111 Y.later(10, null, function (arg1, arg2, arg3) {
120 Y.ArrayAssert.itemsAreSame(args, [arg1, arg2, arg3]);
261 handle = Y.later(10, null, function (arg1, arg2, arg3) {
264 Y.ArrayAssert.itemsAreSame(args, [arg1, arg2, arg3]);
/yui3/build/dom-core/
H A Ddom-core-debug.js337 _batch: function(nodes, fn, arg1, arg2, arg3, etc) {
346 result = result = fn.call(Y_DOM, node, arg1, arg2, arg3, etc);
/yui3/src/dom/js/
H A Ddom-core.js335 _batch: function(nodes, fn, arg1, arg2, arg3, etc) {
344 result = result = fn.call(Y_DOM, node, arg1, arg2, arg3, etc);
/yui3/build/node-core/
H A Dnode-core-debug.js1440 Y.Node.prototype[method] = function(arg1, arg2, arg3) {
1441 var ret = this.invoke(method, arg1, arg2, arg3);
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js6567 _batch: function(nodes, fn, arg1, arg2, arg3, etc) {
6576 result = result = fn.call(Y_DOM, node, arg1, arg2, arg3, etc);
13069 Y.Node.prototype[method] = function(arg1, arg2, arg3) {
13070 var ret = this.invoke(method, arg1, arg2, arg3);
/yui3/src/simpleyui/js/
H A Dconcat.js6567 _batch: function(nodes, fn, arg1, arg2, arg3, etc) {
6576 result = result = fn.call(Y_DOM, node, arg1, arg2, arg3, etc);
13069 Y.Node.prototype[method] = function(arg1, arg2, arg3) {
13070 var ret = this.invoke(method, arg1, arg2, arg3);

Completed in 78 milliseconds