HomeSort by relevance Sort by last modified time
    Searched refs:borderBox (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js 228 var borderBox = self._getBox(style, "border");
231 width = width - borderBox.left - borderBox.right - paddingBox.left - paddingBox.right;
241 var borderBox = self._getBox(style, "border");
244 height = height - borderBox.top - borderBox.bottom - paddingBox.top - paddingBox.bottom;
440 var borderBox = this._getBox(computedStyle, "border");
446 userValuePx += borderBox.left + borderBox.right + paddingBox.left + paddingBox.right;
448 userValuePx += borderBox.top + borderBox.bottom + paddingBox.top + paddingBox.bottom
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 173 LayoutRect borderBox;
186 borderBox = LayoutRect(paddingBox.x() - renderBox->borderLeft(), paddingBox.y() - renderBox->borderTop(),
188 marginBox = LayoutRect(borderBox.x() - renderBox->marginLeft(), borderBox.y() - renderBox->marginTop(),
189 borderBox.width() + renderBox->marginWidth(), borderBox.height() + renderBox->marginHeight());
194 borderBox = renderInline->linesBoundingBox();
195 paddingBox = LayoutRect(borderBox.x() + renderInline->borderLeft(), borderBox.y() + renderInline->borderTop(),
196 borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() - renderInl (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 126 LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
127 borderBox = m_platformTheme->controlBorder(part, style->font().fontDescription(), borderBox, style->effectiveZoom());
128 if (borderBox.top().value() != static_cast<int>(style->borderTopWidth())) {
129 if (borderBox.top().value())
130 style->setBorderTopWidth(borderBox.top().value());
134 if (borderBox.right().value() != static_cast<int>(style->borderRightWidth())) {
135 if (borderBox.right().value())
136 style->setBorderRightWidth(borderBox.right().value());
140 if (borderBox.bottom().value() != static_cast<int>(style->borderBottomWidth()))
    [all...]
RenderLayerScrollableArea.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlockFlow.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 277 FloatPoint3D computeTransformOrigin(const IntRect& borderBox) const;
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 633 milliseconds