Searched refs:maxLineCount (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp869 int maxLineCount = 0; local
887 maxLineCount = std::max(maxLineCount, toRenderBlock(child)->lineCount());
893 int numVisibleLines = lineClamp.isPercentage() ? std::max(1, (maxLineCount + 1) * lineClamp.value() / 100) : lineClamp.value();
894 if (numVisibleLines >= maxLineCount)
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h4063 /// <param name="maxLineCount">The maximum size of the lineMetrics array.</param>
4070 /// If maxLineCount is not large enough E_NOT_SUFFICIENT_BUFFER,
4076 __out_ecount_opt(maxLineCount) DWRITE_LINE_METRICS* lineMetrics,
4077 UINT32 maxLineCount, variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 212 milliseconds