HomeSort by relevance Sort by last modified time
    Searched full:cellhascontent (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 62 bool cellHasContent = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding());
63 if (cellHasContent)
72 columnLayout.minLogicalWidth = max(columnLayout.minLogicalWidth, cellHasContent ? 1 : 0);
122 columnLayout.minLogicalWidth = max(columnLayout.minLogicalWidth, cellHasContent ? 1 : 0);
    [all...]

Completed in 31 milliseconds