Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp114 RenderTableCol* tableCol = firstColForThisCell; in logicalWidthFromColumns() local
119 Length colWidth = tableCol->style()->logicalWidth(); in logicalWidthFromColumns()
130 tableCol = tableCol->nextColumn(); in logicalWidthFromColumns()
132 if (!tableCol) in logicalWidthFromColumns()