Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp298 int oldLogicalWidth = cell->logicalWidth(); in setCellLogicalWidths() local
300 … if (w != oldLogicalWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) { in setCellLogicalWidths()
302 if (w != oldLogicalWidth) { in setCellLogicalWidths()
314 if (w != oldLogicalWidth) in setCellLogicalWidths()
DRenderTable.cpp304 int oldLogicalWidth = logicalWidth(); in layout() local
336 if (m_caption && logicalWidth() != oldLogicalWidth) in layout()