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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp184 int totalFixed = 0; local
193 // Count the total length of all of the fixed columns/rows -> totalFixed
197 totalFixed += gridLayout[i];
221 if (totalFixed > remainingLen) {
226 gridLayout[i] = (gridLayout[i] * remainingFixed) / totalFixed;
231 remainingLen -= totalFixed;
291 } else if (totalFixed) {
300 changeFixed = (remainingFixed * gridLayout[i]) / totalFixed;
H A DAutoTableLayout.cpp497 float totalFixed = 0; local
515 totalFixed += m_layoutStruct[i].effectiveMaxLogicalWidth;
590 int cellLogicalWidth = static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) / totalFixed);
592 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 347 milliseconds