Searched refs:borderBoxRect (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplica.cpp61 setFrameRect(parentBox()->borderBoxRect());
H A DRenderLayerScrollableArea.h197 IntRect rectForHorizontalScrollbar(const IntRect& borderBoxRect) const;
198 IntRect rectForVerticalScrollbar(const IntRect& borderBoxRect) const;
H A DRenderLayerScrollableArea.cpp787 IntRect RenderLayerScrollableArea::rectForHorizontalScrollbar(const IntRect& borderBoxRect) const
794 return IntRect(horizontalScrollbarStart(borderBoxRect.x()),
795 borderBoxRect.maxY() - box().borderBottom() - m_hBar->height(),
796 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(),
800 IntRect RenderLayerScrollableArea::rectForVerticalScrollbar(const IntRect& borderBoxRect) const
807 return IntRect(verticalScrollbarStart(borderBoxRect.x(), borderBoxRect.maxX()),
808 borderBoxRect.y() + box().borderTop(),
810 borderBoxRect.height() - (box().borderTop() + box().borderBottom()) - scrollCorner.height());
H A DRenderBox.cpp599 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width());
600 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
608 LayoutRect box = borderBoxRect();
1061 LayoutRect boundsRect = borderBoxRect();
1087 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect());
1134 backgroundRect = borderBoxRect();
1422 LayoutRect clipRect = borderBoxRect();
1439 LayoutRect borderBoxRect = this->borderBoxRect(); local
1440 LayoutRect clipRect = LayoutRect(borderBoxRect
[all...]
H A DRenderBox.h181 LayoutRect borderBoxRect() const { return LayoutRect(LayoutPoint(), size()); } function in class:blink::RenderBox
217 virtual LayoutRect visualOverflowRect() const { return m_overflow ? m_overflow->visualOverflowRect() : borderBoxRect(); }
572 bool hasVisualOverflow() const { return m_overflow && !borderBoxRect().contains(m_overflow->visualOverflowRect()); }
H A DRenderLayerClipper.cpp256 LayoutRect bounds = toRenderBox(m_renderer).borderBoxRect();
H A DRenderBlock.cpp2375 LayoutRect overflowBox = hasOverflowClip() ? borderBoxRect() : visualOverflowRect();
2396 if (!clipPath->path(borderBoxRect()).contains(locationInContainer.point() - localOffset, clipPath->windRule()))
2443 LayoutRect borderRect = borderBoxRect();
H A DRenderLayer.cpp888 const LayoutRect borderBox = toRenderBox(renderer())->borderBoxRect();
3067 LayoutRect bbox = toRenderBox(child)->borderBoxRect();
3077 result = box->borderBoxRect();
H A DRenderBlockFlow.cpp1895 LayoutRect borderBox = child->borderBoxRect();
1906 borderBox = child->borderBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGBlock.cpp41 LayoutRect borderRect = borderBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp224 FloatRect borderBoxRect = renderer->borderBoxRect(); local
226 quads.append(renderer->localToAbsoluteQuad(borderBoxRect));
227 if (borderBoxRect != contentBoxRect)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp716 return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBoxRect();
765 box = pixelSnappedIntRect(toRenderBox(renderer)->borderBoxRect());
2503 box = toRenderBox(renderer)->borderBoxRect();
2552 box = toRenderBox(renderer)->borderBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp87 rect = box->borderBoxRect();
851 const LayoutRect borderBox = toRenderBox(renderer())->borderBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp46 LayoutRect paintRect = m_renderBox.borderBoxRect();

Completed in 174 milliseconds