Home
last modified time | relevance | path

Searched refs:toCssPx (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/
Dui.js165 function toCssPx(pixels) { function
175 toCssPx: toCssPx,
/external/chromium_org/chrome/browser/resources/ntp4/
Dmost_visited_page.js227 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);
Dapps_page.js341 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);
Dtile_page.js95 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_);
Dnew_tab.js705 var toCssPx = cr.ui.toCssPx; variable
/external/chromium_org/ui/webui/resources/js/cr/
Dui.js165 function toCssPx(pixels) { function
208 toCssPx: toCssPx,
/external/chromium_org/chrome/browser/resources/chromeos/login/
Duser_pod_row.js220 this.style.top = cr.ui.toCssPx(top);
227 this.style.left = cr.ui.toCssPx(left);