Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h276 … Length logicalWidthFromColumns(RenderTableCol* firstColForThisCell, Length widthFromStyle) const;
DRenderTableCell.cpp111 Length RenderTableCell::logicalWidthFromColumns(RenderTableCol* firstColForThisCell, Length widthFr… in logicalWidthFromColumns() argument
113 ASSERT(firstColForThisCell && firstColForThisCell == table()->colElement(col())); in logicalWidthFromColumns()
114 RenderTableCol* tableCol = firstColForThisCell; in logicalWidthFromColumns()