Home
last modified time | relevance | path

Searched refs:updatedDocumentRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2775 const LayoutRect& updatedDocumentRect = renderView->documentRect(); in forceLayoutForPagination() local
2776 …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()