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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp221 void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth, SubtreeLayoutScope& layouter) argument
223 if (tableLayoutLogicalWidth == logicalWidth())
228 setLogicalWidth(tableLayoutLogicalWidth);
H A DRenderTableSection.cpp819 int tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->hBorderSpacing(); local
820 cell->setCellLogicalWidth(tableLayoutLogicalWidth, layouter);

Completed in 158 milliseconds