Home
last modified time | relevance | path

Searched refs:oldFixedTableLayout (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp84 bool oldFixedTableLayout = oldStyle ? oldStyle->isFixedTableLayout() : false; in styleDidChange() local
91 if (!m_tableLayout || style()->isFixedTableLayout() != oldFixedTableLayout) { in styleDidChange()