Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h92 return logicalWidthFromColumns(firstColumn, styleWidth); in styleOrColLogicalWidth()
274 … Length logicalWidthFromColumns(RenderTableCol* firstColForThisCell, Length widthFromStyle) const;
DRenderTableCell.cpp113 Length RenderTableCell::logicalWidthFromColumns(RenderTableCol* firstColForThisCell, Length widthFr… in logicalWidthFromColumns() function in WebCore::RenderTableCell