Searched refs:SETTER (Results 1 - 4 of 4) sorted by relevance
/yui3/src/graphics/js/ |
H A D | GraphicBase.js | 30 var SETTER = "setter", variable 117 if(attr.hasOwnProperty(SETTER))
|
/yui3/build/graphics/ |
H A D | graphics-debug.js | 32 var SETTER = "setter", 119 if(attr.hasOwnProperty(SETTER))
|
/yui3/src/attribute/js/ |
H A D | AttributeCore.js | 26 SETTER = "setter", 105 AttributeCore._ATTR_CFG = [SETTER, GETTER, VALIDATOR, VALUE, VALUE_FN, WRITE_ONCE, READ_ONLY, LAZY_ADD, BYPASS_PROXY];
|
/yui3/build/attribute-core/ |
H A D | attribute-core-debug.js | 160 SETTER = "setter", 239 AttributeCore._ATTR_CFG = [SETTER, GETTER, VALIDATOR, VALUE, VALUE_FN, WRITE_ONCE, READ_ONLY, LAZY_ADD, BYPASS_PROXY];
|
Completed in 819 milliseconds