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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCol.h 52 bool isTableColumn() const { return style()->display() == TABLE_COLUMN; }
RenderTableCol.cpp 87 // We cannot use isTableColumn here as style() may return 0.
140 ASSERT(isTableColumn());
RenderTableCell.cpp 561 } else if (colElt->isTableColumn()) {
664 } else if (colElt->isTableColumn()) {
    [all...]
AutoTableLayout.cpp 170 if (column->isTableColumn() && !column->nextSibling())
    [all...]
RenderObject.cpp 317 bool isColumnInColumnGroup = newTableColumn->isTableColumn() && isRenderTableCol();
    [all...]

Completed in 125 milliseconds