HomeSort by relevance Sort by last modified time
    Searched refs:tableLayoutLogicalWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 210 void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth)
212 if (tableLayoutLogicalWidth == logicalWidth())
221 setLogicalWidth(tableLayoutLogicalWidth);
    [all...]
RenderTableSection.cpp 633 int tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->hBorderSpacing();
634 cell->setCellLogicalWidth(tableLayoutLogicalWidth);
    [all...]

Completed in 38 milliseconds