Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1606 LayoutPoint cellLocation(0, m_rowPos[cell->rowIndex()]); in setLogicalPositionForCell() local
1611cellLocation.setX(table()->columnPositions()[table()->numEffCols()] - table()->columnPositions()[t… in setLogicalPositionForCell()
1613 cellLocation.setX(table()->columnPositions()[effectiveColumn] + horizontalBorderSpacing); in setLogicalPositionForCell()
1615 cell->setLogicalLocation(cellLocation); in setLogicalPositionForCell()