OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_maxColumnHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp
43
,
m_maxColumnHeight
(LayoutUnit::max())
79
if (m_computedColumnHeight >
m_maxColumnHeight
)
80
m_computedColumnHeight =
m_maxColumnHeight
;
174
m_maxColumnHeight
= LayoutUnit::max();
176
m_maxColumnHeight
= multicolBlock->computeContentLogicalHeight(multicolStyle->logicalHeight(), -1);
179
if (
m_maxColumnHeight
> logicalMaxHeight)
180
m_maxColumnHeight
= logicalMaxHeight;
182
m_maxColumnHeight
= heightAdjustedForSetOffset(
m_maxColumnHeight
);
RenderMultiColumnSet.h
147
LayoutUnit
m_maxColumnHeight
; // Maximum column height allowed.
Completed in 30 milliseconds