Lines Matching refs:get

1245   function get(key) {
1325 get: get,
3139 var hash = Element.getStorage(element), value = hash.get(key);
3306 get: function($super, property) {
3356 newWidth = pLayout.get('width') -
3357 this.get('margin-left') -
3358 this.get('border-left') -
3359 this.get('padding-left') -
3360 this.get('padding-right') -
3361 this.get('border-right') -
3362 this.get('margin-right');
3394 var value = this.get(key);
3415 var value = this.get(key);
3435 var bHeight = this.get('border-box-height');
3441 var bTop = this.get('border-top'),
3442 bBottom = this.get('border-bottom');
3444 var pTop = this.get('padding-top'),
3445 pBottom = this.get('padding-bottom');
3455 var bWidth = this.get('border-box-width');
3461 var bLeft = this.get('border-left'),
3462 bRight = this.get('border-right');
3464 var pLeft = this.get('padding-left'),
3465 pRight = this.get('padding-right');
3473 var height = this.get('height'),
3474 pTop = this.get('padding-top'),
3475 pBottom = this.get('padding-bottom');
3481 var width = this.get('width'),
3482 pLeft = this.get('padding-left'),
3483 pRight = this.get('padding-right');
3503 var bHeight = this.get('border-box-height'),
3504 mTop = this.get('margin-top'),
3505 mBottom = this.get('margin-bottom');
3513 var bWidth = this.get('border-box-width'),
3514 mLeft = this.get('margin-left'),
3515 mRight = this.get('margin-right');
3532 var mHeight = this.get('border-box-height');
3547 var mWidth = this.get('border-box-width');
3656 return $(element).getLayout().get(property);
3743 valueL -= layout.get('margin-top');
3744 valueT -= layout.get('margin-left');
3806 width: layout.get('width') + 'px',
3807 height: layout.get('height') + 'px'
5557 var respondersForEvent = registry.get(eventName);
5673 var responders = registry.get(eventName);