logicalRectToPhysicalRect 2402 Source/core/rendering/RenderBlock.cpp     LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(logicalLeft, logicalTop, logicalWidth, logicalHeight));
logicalRectToPhysicalRect 2418 Source/core/rendering/RenderBlock.cpp     LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHeight));
logicalRectToPhysicalRect 2434 Source/core/rendering/RenderBlock.cpp     LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHeight));
logicalRectToPhysicalRect  178 Source/core/rendering/RenderBlock.h     LayoutRect logicalRectToPhysicalRect(const LayoutPoint& physicalPosition, const LayoutRect& logicalRect);
logicalRectToPhysicalRect 2636 Source/core/rendering/RenderBlockFlow.cpp         LayoutRect physicalRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
logicalRectToPhysicalRect  340 Source/core/rendering/RootInlineBox.cpp                 LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);