Home
last modified time | relevance | path

Searched defs:tableLogicalWidth (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DFixedTableLayout.cpp205 …int tableLogicalWidth = m_table->style()->logicalWidth().isFixed() ? m_table->style()->logicalWidt… in computePreferredLogicalWidths() local
231 …int tableLogicalWidth = m_table->logicalWidth() - m_table->bordersPaddingAndSpacingInRowDirection(… in layout() local
DAutoTableLayout.cpp264 Length tableLogicalWidth = m_table->style()->logicalWidth(); in computePreferredLogicalWidths() local
483 …int tableLogicalWidth = m_table->logicalWidth() - m_table->bordersPaddingAndSpacingInRowDirection(… in layout() local