Lines Matching defs:DOM
46 if (property === OPACITY && Y.DOM.CUSTOM_STYLES[OPACITY]) {
47 value = Y.DOM.CUSTOM_STYLES[OPACITY].get(el);
50 } else if (Y.DOM.IE.COMPUTED[property]) { // use compute function
51 value = Y.DOM.IE.COMPUTED[property](el, property);
167 Y.DOM.elementByAxis(node, 'parentNode', null, function(parent) {
209 Y.DOM.CUSTOM_STYLES[OPACITY] = {
255 Y.DOM.CUSTOM_STYLES.height = {
266 Y.DOM.CUSTOM_STYLES.width = {
296 Y.DOM[GET_COMPUTED_STYLE] = ComputedStyle.get;
298 Y.namespace('DOM.IE');
299 Y.DOM.IE.COMPUTED = IEComputed;
300 Y.DOM.IE.ComputedStyle = ComputedStyle;