Searched refs:updatedDocumentRect (Results 1 – 1 of 1) sorted by relevance
2775 const LayoutRect& updatedDocumentRect = renderView->documentRect(); in forceLayoutForPagination() local2776 …outUnit docLogicalHeight = horizontalWritingMode ? updatedDocumentRect.height() : updatedDocumentR… in forceLayoutForPagination()2777 …LayoutUnit docLogicalTop = horizontalWritingMode ? updatedDocumentRect.y() : updatedDocumentRect.x… in forceLayoutForPagination()2778 …ayoutUnit docLogicalRight = horizontalWritingMode ? updatedDocumentRect.maxX() : updatedDocumentRe… in forceLayoutForPagination()