Searched defs:_set (Results 1 - 3 of 3) sorted by relevance

/yui3/src/graphics/js/
H A DGraphicBase.js177 this._set(i, attr[i]);
183 this._set.apply(this, arguments);
190 * @method _set
197 _set: function(attr, val)
/yui3/src/attribute/js/
H A DAttributeEvents.js68 * @method _set
78 _set : function(name, val, opts) {
H A DAttributeCore.js349 * @method _set
357 _set : function(name, val) {
362 * Provides the common implementation for the public set and protected _set methods.

Completed in 12 milliseconds