Searched refs:maxContributor (Results 1 - 1 of 1) sorted by last modified time

/external/webkit/Source/WebCore/rendering/
H A DAutoTableLayout.cpp50 RenderTableCell* maxContributor = 0; local
79 maxContributor = cell;
96 ((columnLayout.logicalWidth.value() == logicalWidth) && (maxContributor == cell))) {
132 if (m_table->document()->inQuirksMode() && columnLayout.maxLogicalWidth > columnLayout.logicalWidth.value() && fixedContributor != maxContributor) {

Completed in 70 milliseconds