Searched refs:toCssPx (Results 1 – 7 of 7) sorted by relevance
165 function toCssPx(pixels) { function175 toCssPx: toCssPx,
227 this.style.width = toCssPx(size);228 this.style.height = toCssPx(heightForWidth(size));230 this.style.left = toCssPx(x);231 this.style.right = toCssPx(x);232 this.style.top = toCssPx(y);
341 toCssPx(this.useSmallIcon_ ? 16 : imgSize);349 toCssPx(iconSize - 2);352 toCssPx((imgSize - iconSize) / 2);355 this.style.width = this.style.height = toCssPx(size);356 this.style.left = toCssPx(x);357 this.style.right = toCssPx(x);358 this.style.top = toCssPx(y);
95 this.style.left = toCssPx(x);96 this.style.right = toCssPx(x);97 this.style.top = toCssPx(y);151 this.dragClone.style.left = toCssPx(e.x - this.dragOffsetX);152 this.dragClone.style.top = toCssPx(e.y - this.dragOffsetY);188 toCssPx(this.gridX + this.parentNode.offsetLeft -191 toCssPx(this.gridY +1048 this.topMargin_.style.marginBottom = toCssPx(this.animatedTopMarginPx_);1054 toCssPx(this.topMarginPx_ - this.animatedTopMarginPx_);
705 var toCssPx = cr.ui.toCssPx; variable
165 function toCssPx(pixels) { function208 toCssPx: toCssPx,
220 this.style.top = cr.ui.toCssPx(top);227 this.style.left = cr.ui.toCssPx(left);