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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 84 bool oldFixedTableLayout = oldStyle ? oldStyle->isFixedTableLayout() : false;
91 if (!m_tableLayout || style()->isFixedTableLayout() != oldFixedTableLayout) {
97 if (style()->isFixedTableLayout())
    [all...]
TextAutosizer.cpp 368 bool isAutoTableCell = block->isTableCell() && !toRenderTableCell(block)->table()->style()->isFixedTableLayout();
394 ASSERT(!table->style()->isFixedTableLayout());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 549 bool isFixedTableLayout() const { return tableLayout() == TFIXED && !logicalWidth().isAuto(); }
    [all...]

Completed in 74 milliseconds