Searched refs:xdrReady (Results 1 - 4 of 4) sorted by relevance

/yui3/build/io-xdr/
H A Dio-xdr-debug.js13 @event io:xdrReady
15 var E_XDR_READY = Y.publish('io:xdrReady', { fireOnce: true }),
248 Fires event "io:xdrReady"
274 Fires event "io:xdrReady"
276 @method xdrReady
282 Y.io.xdrReady = function(yid, uid){
/yui3/src/io/js/
H A Dio-xdr.js11 @event io:xdrReady
13 var E_XDR_READY = Y.publish('io:xdrReady', { fireOnce: true }),
246 Fires event "io:xdrReady"
272 Fires event "io:xdrReady"
274 @method xdrReady
280 Y.io.xdrReady = function(yid, uid){
/yui3/src/io/as/com/yui/util/
H A Dio.as29 ExternalInterface.call('YUI.applyTo', vars.yid, 'io.xdrReady', [vars.yid, vars.uid]);
/yui3/src/yui/tests/
H A Dcore-tests.js287 xdrReady: function() {
296 YUI.applyTo(id, 'io.xdrReady', []); //Should call
299 YUI.applyTo('1234567890', 'io.xdrReady', []); //Should not call since instance id is invalid

Completed in 40 milliseconds