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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp196 int totalRelative = 0; local
222 // Count the total relative of all the relative columns/rows -> totalRelative
225 totalRelative += max<int>(grid[i].value(), 1);
270 gridLayout[i] = (max(grid[i].value(), 1.) * remainingRelative) / totalRelative;

Completed in 130 milliseconds