Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp47 IntSize minLayoutSize; member
146 windowInfo.minLayoutSize = mainFrame->view()->layoutSize(); in processSubtree()
148 windowInfo.minLayoutSize = windowInfo.minLayoutSize.shrunkTo(frame->view()->layoutSize()); in processSubtree()
175 …= isHorizontalWritingMode(writingMode) ? windowInfo.minLayoutSize.width() : windowInfo.minLayoutSi… in clusterMultiplier()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp168 …FloatSize minLayoutSize = m_frame->resizePageRectsKeepingRatio(originalPageSize, FloatSize(width *… in begin() local
171 …m_frame->setPrinting(true, minLayoutSize, originalPageSize, printingMaximumShrinkFactor / printing… in begin()