OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colInfo
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp
201
ColumnInfo*
colInfo
= columnInfo();
204
int minColumnCount =
colInfo
->forcedBreaks() + 1;
205
int desiredColumnCount =
colInfo
->desiredColumnCount();
210
LayoutUnit distanceBetweenBreaks = max<LayoutUnit>(
colInfo
->maximumDistanceBetweenForcedBreaks(),
211
view()->layoutState()->pageLogicalOffset(this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) -
colInfo
->forcedBreakOffset());
212
columnHeight = max(
colInfo
->minimumColumnHeight(), distanceBetweenBreaks);
216
columnHeight = max<LayoutUnit>(
colInfo
->minimumColumnHeight(), ceilf((float)layoutOverflowLogicalBottom / desiredColumnCount));
228
colInfo
->setColumnCountAndHeight(ceilf((float)layoutOverflowLogicalBottom / pageLogicalHeight), pageLogicalHeight);
230
if (columnCount(
colInfo
)) {
231
setLogicalHeight(borderBefore() + paddingBefore() +
colInfo
->columnHeight() + borderAfter() + paddingAfter() + scrollbarLogicalHeight())
[
all
...]
RenderLayer.cpp
[
all
...]
RenderBlock.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/misc/common/jython/
jython.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 47 milliseconds