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.h220 int distributeExtraLogicalHeightToRows(int extraLogicalHeight);
DRenderTable.cpp383 extraLogicalHeight -= section->distributeExtraLogicalHeightToRows(extraLogicalHeight); in distributeExtraLogicalHeight()
DRenderTableSection.cpp899 int RenderTableSection::distributeExtraLogicalHeightToRows(int extraLogicalHeight) in distributeExtraLogicalHeightToRows() function in blink::RenderTableSection