Searched refs:createBoxPartElement (Results 1 – 2 of 2) sorted by relevance
| /external/webkit/WebCore/inspector/front-end/ |
| D | MetricsSidebarPane.js | 75 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/ |
| D | ChangeLog-2009-06-16 | 95330 Renamed the boxPartValue function to createBoxPartElement
|