Lines Matching refs:cornerStyle
23812 this.cornerStyle = null;
23961 this.cornerStyle = this.corner.style;
23962 this.cornerStyle.width = this.cornerDefaultStyle.width;
23963 this.cornerStyle.height = this.cornerDefaultStyle.height;
23964 …this.cornerStyle.border = [this.cornerDefaultStyle.borderWidth, this.cornerDefaultStyle.borderStyl… property
24203 this.cornerStyle.display = 'none';
24205 this.cornerStyle.top = top + height - 4 + 'px';
24206 this.cornerStyle.left = left + width - 4 + 'px';
24207 this.cornerStyle.borderRightWidth = this.cornerDefaultStyle.borderWidth;
24208 this.cornerStyle.width = this.cornerDefaultStyle.width;
24211 this.cornerStyle.display = 'none';
24219 …this.cornerStyle.left = Math.floor(left + width - 3 - parseInt(this.cornerDefaultStyle.width, 10) …
24220 this.cornerStyle.borderRightWidth = 0;
24228 …this.cornerStyle.top = Math.floor(top + height - 3 - parseInt(this.cornerDefaultStyle.height, 10) …
24229 this.cornerStyle.borderBottomWidth = 0;
24233 this.cornerStyle.display = 'block';
24252 this.cornerStyle.display = 'none';