Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp222 void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth, SubtreeLayoutScope& layouter) in setCellLogicalWidth() argument
224 if (tableLayoutLogicalWidth == logicalWidth()) in setCellLogicalWidth()
232 setLogicalWidth(tableLayoutLogicalWidth); in setCellLogicalWidth()
DRenderTableSection.cpp763 …int tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->hBorderSpacing… in layout() local
764 cell->setCellLogicalWidth(tableLayoutLogicalWidth, layouter); in layout()