Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h86 Length styleOrColLogicalWidth() const in styleOrColLogicalWidth() function
DFixedTableLayout.cpp147 Length logicalWidth = cell->styleOrColLogicalWidth(); in calcWidthArray()
DAutoTableLayout.cpp88 Length cellLogicalWidth = cell->styleOrColLogicalWidth(); in recalcColumn()
278 Length cellLogicalWidth = cell->styleOrColLogicalWidth(); in calcEffectiveLogicalWidth()
DRenderTableCell.cpp155 Length w = styleOrColLogicalWidth(); in computePreferredLogicalWidths()
DRenderBlock.cpp3887 Length tableCellWidth = toRenderTableCell(this)->styleOrColLogicalWidth(); in computeIntrinsicLogicalWidths()