Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2764 …FloatSize maxPageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(originalPageSize.width(), o… in forceLayoutForPagination() local
2765 pageLogicalWidth = horizontalWritingMode ? maxPageSize.width() : maxPageSize.height(); in forceLayoutForPagination()
2766 pageLogicalHeight = horizontalWritingMode ? maxPageSize.height() : maxPageSize.width(); in forceLayoutForPagination()