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 86 bool oldFixedTableLayout = oldStyle ? oldStyle->isFixedTableLayout() : false;
93 if (!m_tableLayout || style()->isFixedTableLayout() != oldFixedTableLayout) {
99 if (style()->isFixedTableLayout())
    [all...]
FastTextAutosizer.cpp 371 bool isAutoTableCell = block->isTableCell() && !toRenderTableCell(block)->table()->style()->isFixedTableLayout();
397 ASSERT(!table->style()->isFixedTableLayout());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 565 bool isFixedTableLayout() const { return tableLayout() == TFIXED && !logicalWidth().isAuto(); }
    [all...]

Completed in 65 milliseconds