HomeSort by relevance Sort by last modified time
    Searched refs:totalRelative (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 496 int totalRelative = 0;
517 totalRelative += logicalWidth.value();
582 int cellLogicalWidth = logicalWidth.value() * tableLogicalWidth / totalRelative;
    [all...]
RenderFrameSet.cpp 208 int totalRelative = 0;
234 // Count the total relative of all the relative columns/rows -> totalRelative
237 totalRelative += max(grid[i].value(), 1);
282 gridLayout[i] = (max(grid[i].value(), 1) * remainingRelative) / totalRelative;

Completed in 164 milliseconds