Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/net_internals/
Dutil.js19 function setNodeWidth(node, widthPx) { argument
20 node.style.width = widthPx.toFixed(0) + 'px';
33 function setNodePosition(node, leftPx, topPx, widthPx, heightPx) { argument
36 setNodeWidth(node, widthPx);