Searched refs:allAttrs (Results 1 - 2 of 2) sorted by relevance

/yui3/src/base/js/
H A DBaseCore.js346 * @param {Object} allAttrs The set of all attribute configurations for this instance.
353 _filterAdHocAttrs : function(allAttrs, userVals) {
361 if (!allAttrs[attr] && !nonAttrs[attr] && userVals.hasOwnProperty(attr)) {
436 * @param {Array} allAttrs An array of ATTRS definitions across classes in the hierarchy
440 _aggregateAttrs : function(allAttrs) {
451 if (allAttrs) {
452 for (i = allAttrs.length-1; i >= 0; --i) {
453 attrs = allAttrs[i];
/yui3/build/base-core/
H A Dbase-core-debug.js348 * @param {Object} allAttrs The set of all attribute configurations for this instance.
355 _filterAdHocAttrs : function(allAttrs, userVals) {
363 if (!allAttrs[attr] && !nonAttrs[attr] && userVals.hasOwnProperty(attr)) {
438 * @param {Array} allAttrs An array of ATTRS definitions across classes in the hierarchy
442 _aggregateAttrs : function(allAttrs) {
453 if (allAttrs) {
454 for (i = allAttrs.length-1; i >= 0; --i) {
455 attrs = allAttrs[i];

Completed in 17 milliseconds