Searched refs:borderBoxRectInRegion (Results 1 – 7 of 7) sorted by relevance
202 LayoutRect boundsRect = borderBoxRectInRegion(locationInContainer.region()); in hitTestFlowThreadContents()
110 LayoutRect RenderBox::borderBoxRectInRegion(RenderRegion* region, RenderBoxRegionInfoFlags cacheFla… in borderBoxRectInRegion() function in WebCore::RenderBox1189 LayoutRect boundsRect = borderBoxRectInRegion(locationInContainer.region()); in nodeAtPoint()1265 LayoutRect paintRect = borderBoxRectInRegion(paintInfo.renderRegion); in paintBoxDecorations()1751 LayoutRect clipRect = borderBoxRectInRegion(region); in overflowClipRect()1768 LayoutRect borderBoxRect = borderBoxRectInRegion(region); in clipRect()
376 …LayoutRect borderBoxRectInRegion(RenderRegion*, RenderBoxRegionInfoFlags = CacheRenderBoxRegionInf…
470 …LayoutRect borderBoxRect = toRenderBox(&boxModelObject)->borderBoxRectInRegion(startRegion, Render… in adjustedPositionRelativeToOffsetParent()
1640 … LayoutRect borderBox = child->borderBoxRectInRegion(region, DoNotCacheRenderBoxRegionInfo); in getClearDelta()1652 borderBox = child->borderBoxRectInRegion(region, DoNotCacheRenderBoxRegionInfo); in getClearDelta()
2931 LayoutRect boxRect = borderBoxRectInRegion(region); in logicalLeftOffsetForContent()2941 LayoutRect boxRect = borderBoxRectInRegion(region); in logicalRightOffsetForContent()
3311 LayoutRect bounds = renderBox()->borderBoxRectInRegion(clipRectsContext.region); in calculateRects()