Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h135 struct SpanningRowsHeight { struct
136 WTF_MAKE_NONCOPYABLE(SpanningRowsHeight);
139 SpanningRowsHeight() in SpanningRowsHeight() function
264 void updateRowsHeightHavingOnlySpanningCells(RenderTableCell*, struct SpanningRowsHeight&);
267 void populateSpanningRowsHeightFromCell(RenderTableCell*, struct SpanningRowsHeight&);
DRenderTableSection.cpp296 …::populateSpanningRowsHeightFromCell(RenderTableCell* cell, struct SpanningRowsHeight& spanningRow… in populateSpanningRowsHeightFromCell()
537 …ateRowsHeightHavingOnlySpanningCells(RenderTableCell* cell, struct SpanningRowsHeight& spanningRow… in updateRowsHeightHavingOnlySpanningCells()
604 struct SpanningRowsHeight spanningRowsHeight; in distributeRowSpanHeightToRows()