enclosingLayoutRect 805 Source/core/dom/ContainerNode.cpp return enclosingLayoutRect(FloatRect(upperLeft, lowerRight.expandedTo(upperLeft) - upperLeft)); enclosingLayoutRect 2978 Source/core/frame/FrameView.cpp IntRect rect = pixelSnappedIntRect(enclosingLayoutRect(renderer->localToAbsoluteQuad(FloatRect(rendererRect)).boundingBox())); enclosingLayoutRect 122 Source/core/html/HTMLAreaElement.cpp return enclosingLayoutRect(computePath(obj).boundingRect()); enclosingLayoutRect 1247 Source/core/html/canvas/CanvasRenderingContext2D.cpp LayoutRect pathRect = enclosingLayoutRect(boundingRect); enclosingLayoutRect 943 Source/core/rendering/InlineFlowBox.cpp LayoutRect logicalLayoutOverflow(enclosingLayoutRect(logicalFrameRectIncludingLineHeight(lineTop, lineBottom))); enclosingLayoutRect 959 Source/core/rendering/InlineFlowBox.cpp LayoutRect textBoxOverflow(enclosingLayoutRect(text->logicalFrameRect())); enclosingLayoutRect 1002 Source/core/rendering/InlineFlowBox.cpp LayoutRect frameBox = enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); enclosingLayoutRect 220 Source/core/rendering/InlineFlowBox.h return m_overflow ? m_overflow->layoutOverflowRect() : enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); enclosingLayoutRect 254 Source/core/rendering/InlineFlowBox.h return m_overflow ? m_overflow->visualOverflowRect() : enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); enclosingLayoutRect 931 Source/core/rendering/RenderInline.cpp LayoutRect result(enclosingLayoutRect(floatResult)); enclosingLayoutRect 169 Source/core/rendering/svg/RenderSVGForeignObject.cpp rect = enclosingLayoutRect(r); enclosingLayoutRect 100 Source/core/rendering/svg/RenderSVGText.cpp rect = enclosingLayoutRect(repaintRect); enclosingLayoutRect 56 Source/core/rendering/svg/SVGRenderSupport.cpp return enclosingLayoutRect(repaintRect); enclosingLayoutRect 162 Source/core/rendering/svg/SVGRootInlineBox.cpp LayoutRect boundingRect = enclosingLayoutRect(childRect); enclosingLayoutRect 211 Source/platform/geometry/LayoutRect.h PLATFORM_EXPORT LayoutRect enclosingLayoutRect(const FloatRect&); enclosingLayoutRect 674 Source/platform/transforms/TransformationMatrix.cpp return enclosingLayoutRect(mapRect(FloatRect(r)));