Searched refs:borderBoxRect (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGBlock.cpp | 39 LayoutRect borderRect = borderBoxRect(); in visualOverflowRect()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | TouchAdjustment.cpp | 209 FloatRect borderBoxRect = renderer->borderBoxRect(); in appendZoomableSubtargets() local 211 quads.append(renderer->localToAbsoluteQuad(borderBoxRect)); in appendZoomableSubtargets() 212 if (borderBoxRect != contentBoxRect) in appendZoomableSubtargets()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerScrollableArea.cpp | 699 IntRect RenderLayerScrollableArea::rectForHorizontalScrollbar(const IntRect& borderBoxRect) const in rectForHorizontalScrollbar() 706 return IntRect(horizontalScrollbarStart(borderBoxRect.x()), in rectForHorizontalScrollbar() 707 borderBoxRect.maxY() - m_box->borderBottom() - m_hBar->height(), in rectForHorizontalScrollbar() 708 borderBoxRect.width() - (m_box->borderLeft() + m_box->borderRight()) - scrollCorner.width(), in rectForHorizontalScrollbar() 712 IntRect RenderLayerScrollableArea::rectForVerticalScrollbar(const IntRect& borderBoxRect) const in rectForVerticalScrollbar() 719 return IntRect(verticalScrollbarStart(borderBoxRect.x(), borderBoxRect.maxX()), in rectForVerticalScrollbar() 720 borderBoxRect.y() + m_box->borderTop(), in rectForVerticalScrollbar() 722 … borderBoxRect.height() - (m_box->borderTop() + m_box->borderBottom()) - scrollCorner.height()); in rectForVerticalScrollbar()
|
D | RenderLayerScrollableArea.h | 193 IntRect rectForHorizontalScrollbar(const IntRect& borderBoxRect) const; 194 IntRect rectForVerticalScrollbar(const IntRect& borderBoxRect) const;
|
D | RenderReplica.cpp | 62 setFrameRect(parentBox()->borderBoxRect()); in layout()
|
D | RenderBox.cpp | 113 return borderBoxRect(); in borderBoxRectInRegion() 118 return borderBoxRect(); in borderBoxRectInRegion() 704 LayoutRect box = borderBoxRect(); in reflectionBox() 729 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width(), renderView); in reflectionOffset() 730 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height(), renderView); in reflectionOffset() 738 LayoutRect box = borderBoxRect(); in reflectedRect() 1334 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect()); in backgroundPaintedExtent() 1372 backgroundRect = borderBoxRect(); in backgroundIsKnownToBeOpaqueInRect() 1545 LayoutRect borderImageRect = borderBoxRect(); in maskClipRect() 1553 LayoutRect borderBox = borderBoxRect(); in maskClipRect() [all …]
|
D | RenderBox.h | 154 LayoutRect borderBoxRect() const { return LayoutRect(LayoutPoint(), size()); } in borderBoxRect() function 192 …ualOverflowRect() const { return m_overflow ? m_overflow->visualOverflowRect() : borderBoxRect(); } in visualOverflowRect() 557 …bool hasVisualOverflow() const { return m_overflow && !borderBoxRect().contains(m_overflow->visual… in hasVisualOverflow()
|
D | RenderFlowThread.cpp | 470 …LayoutRect borderBoxRect = toRenderBox(&boxModelObject)->borderBoxRectInRegion(startRegion, Render… in adjustedPositionRelativeToOffsetParent() local 471 referencePoint.move(borderBoxRect.location().x(), 0); in adjustedPositionRelativeToOffsetParent()
|
D | RenderLayer.cpp | 1068 const LayoutRect borderBox = toRenderBox(renderer())->borderBoxRect(); in perspectiveOrigin() 2656 …rea = isOutOfFlowRenderFlowThread() ? toRenderFlowThread(renderer())->borderBoxRect() : renderer()… in hitTest() 3456 LayoutRect bbox = toRenderBox(child)->borderBoxRect(); in localBoundingBox() 3470 LayoutRect bbox = box->borderBoxRect(); in localBoundingBox()
|
D | CompositedLayerMapping.cpp | 92 rect = box->borderBoxRect(); in backgroundRect()
|
D | RenderBlock.cpp | 1358 LayoutRect blockRect(currentBlock->borderBoxRect()); in logicalOffsetFromShapeAncestorContainer() 3124 LayoutRect borderRect = borderBoxRect(); in nodeAtPoint()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSComputedStyleDeclaration.cpp | 735 …return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBox… in sizingBox() 784 box = pixelSnappedIntRect(toRenderBox(renderer)->borderBoxRect()); in computedTransform() 816 size = pixelSnappedIntRect(toRenderBox(renderer)->borderBoxRect()).size(); in valueForCustomFilterTransformParameter() 2603 box = toRenderBox(renderer)->borderBoxRect(); in getPropertyCSSValue() 2651 box = toRenderBox(renderer)->borderBoxRect(); in getPropertyCSSValue()
|