Home
last modified time | relevance | path

Searched refs:distributeExtraLogicalHeightToRows (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h210 int distributeExtraLogicalHeightToRows(int extraLogicalHeight);
DRenderTable.cpp393 extraLogicalHeight -= section->distributeExtraLogicalHeightToRows(extraLogicalHeight); in distributeExtraLogicalHeight()
DRenderTableSection.cpp841 int RenderTableSection::distributeExtraLogicalHeightToRows(int extraLogicalHeight) in distributeExtraLogicalHeightToRows() function in WebCore::RenderTableSection