Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DMetricsSidebarPane.js75 function createBoxPartElement(style, name, side, suffix) function
156 boxElement.appendChild(createBoxPartElement.call(this, style, name, "top", suffix));
158 … boxElement.appendChild(createBoxPartElement.call(this, style, name, "left", suffix));
163 … boxElement.appendChild(createBoxPartElement.call(this, style, name, "right", suffix));
165 … boxElement.appendChild(createBoxPartElement.call(this, style, name, "bottom", suffix));
/external/webkit/WebCore/
DChangeLog-2009-06-1695330 Renamed the boxPartValue function to createBoxPartElement