Searched refs:totalFixed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp197 int totalFixed = 0; local
206 // Count the total length of all of the fixed columns/rows -> totalFixed
210 totalFixed += gridLayout[i];
234 if (totalFixed > remainingLen) {
239 gridLayout[i] = (gridLayout[i] * remainingFixed) / totalFixed;
244 remainingLen -= totalFixed;
304 } else if (totalFixed) {
313 changeFixed = (remainingFixed * gridLayout[i]) / totalFixed;
H A DAutoTableLayout.cpp516 float totalFixed = 0; local
534 totalFixed += m_layoutStruct[i].effectiveMaxLogicalWidth;
609 int cellLogicalWidth = static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) / totalFixed);
611 totalFixed -= m_layoutStruct[i].effectiveMaxLogicalWidth;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5143 milliseconds