Home
last modified time | relevance | path

Searched refs:distributeExtraLogicalHeightToPercentRows (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h257 void distributeExtraLogicalHeightToPercentRows(int& extraLogicalHeight, int totalPercent);
DRenderTableSection.cpp775 void RenderTableSection::distributeExtraLogicalHeightToPercentRows(int& extraLogicalHeight, int tot… in distributeExtraLogicalHeightToPercentRows() function in WebCore::RenderTableSection
863 distributeExtraLogicalHeightToPercentRows(remainingExtraLogicalHeight, totalPercent); in distributeExtraLogicalHeightToRows()