Lines Matching defs:DOM
44 if (property === OPACITY && Y.DOM.CUSTOM_STYLES[OPACITY]) {
45 value = Y.DOM.CUSTOM_STYLES[OPACITY].get(el);
48 } else if (Y.DOM.IE.COMPUTED[property]) { // use compute function
49 value = Y.DOM.IE.COMPUTED[property](el, property);
165 Y.DOM.elementByAxis(node, 'parentNode', null, function(parent) {
207 Y.DOM.CUSTOM_STYLES[OPACITY] = {
253 Y.DOM.CUSTOM_STYLES.height = {
264 Y.DOM.CUSTOM_STYLES.width = {
294 Y.DOM[GET_COMPUTED_STYLE] = ComputedStyle.get;
296 Y.namespace('DOM.IE');
297 Y.DOM.IE.COMPUTED = IEComputed;
298 Y.DOM.IE.ComputedStyle = ComputedStyle;