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

  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 304 int oldLogicalWidth = cell->logicalWidth();
306 if (w != oldLogicalWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) {
308 if (w != oldLogicalWidth) {
320 if (w != oldLogicalWidth)
    [all...]
RenderTable.cpp 305 int oldLogicalWidth = logicalWidth();
337 if (m_caption && logicalWidth() != oldLogicalWidth)
    [all...]

Completed in 1877 milliseconds