OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxlinecount
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp
666
int
maxLineCount
= 0;
682
maxLineCount
= max(
maxLineCount
, toRenderBlock(child)->lineCount());
690
int numVisibleLines = lineClamp.isPercentage() ? max(1, (
maxLineCount
+ 1) * lineClamp.value() / 100) : lineClamp.value();
691
if (numVisibleLines <
maxLineCount
) {
[
all
...]
Completed in 25 milliseconds