OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minLayoutSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp
47
IntSize
minLayoutSize
;
146
windowInfo.
minLayoutSize
= mainFrame->view()->layoutSize();
148
windowInfo.
minLayoutSize
= windowInfo.
minLayoutSize
.shrunkTo(frame->view()->layoutSize());
175
int logicalLayoutWidth = isHorizontalWritingMode(writingMode) ? windowInfo.
minLayoutSize
.width() : windowInfo.
minLayoutSize
.height();
/external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp
168
FloatSize
minLayoutSize
= m_frame->resizePageRectsKeepingRatio(originalPageSize, FloatSize(width * printingMinimumShrinkFactor, height * printingMinimumShrinkFactor));
171
m_frame->setPrinting(true,
minLayoutSize
, originalPageSize, printingMaximumShrinkFactor / printingMinimumShrinkFactor, AdjustViewSize);
Completed in 60 milliseconds