OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:columnheight
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ColumnInfo.h
67
LayoutUnit
columnHeight
() const { return m_columnHeight; }
LayoutState.cpp
189
if (!m_columnInfo || m_columnInfo->
columnHeight
())
RenderBlockFlow.cpp
203
LayoutUnit
columnHeight
= pageLogicalHeight;
212
columnHeight
= max(colInfo->minimumColumnHeight(), distanceBetweenBreaks);
216
columnHeight
= max<LayoutUnit>(colInfo->minimumColumnHeight(), ceilf((float)layoutOverflowLogicalBottom / desiredColumnCount));
219
if (
columnHeight
&&
columnHeight
!= pageLogicalHeight) {
222
layoutBlock(false,
columnHeight
);
231
setLogicalHeight(borderBefore() + paddingBefore() + colInfo->
columnHeight
() + borderAfter() + paddingAfter() + scrollbarLogicalHeight());
[
all
...]
RenderBlock.cpp
[
all
...]
RenderView.cpp
113
return columnInfo()->
columnHeight
();
[
all
...]
Completed in 42 milliseconds