Home
last modified time | relevance | path

Searched defs:extraLogicalHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp775 void RenderTableSection::distributeExtraLogicalHeightToPercentRows(int& extraLogicalHeight, int tot… in distributeExtraLogicalHeightToPercentRows()
802 void RenderTableSection::distributeExtraLogicalHeightToAutoRows(int& extraLogicalHeight, unsigned a… in distributeExtraLogicalHeightToAutoRows()
820 void RenderTableSection::distributeRemainingExtraLogicalHeight(int& extraLogicalHeight) in distributeRemainingExtraLogicalHeight()
841 int RenderTableSection::distributeExtraLogicalHeightToRows(int extraLogicalHeight) in distributeExtraLogicalHeightToRows()
DRenderTable.cpp386 void RenderTable::distributeExtraLogicalHeight(int extraLogicalHeight) in distributeExtraLogicalHeight()