Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.h47 int hBorderSpacing() const { return m_hSpacing; } in hBorderSpacing() function
172 … (collapseBorders() ? 0 : (paddingStart() + paddingEnd() + (numEffCols() + 1) * hBorderSpacing())); in bordersPaddingAndSpacingInRowDirection()
DFixedTableLayout.cpp259 int hspacing = m_table->hBorderSpacing(); in layout()
DRenderTableSection.cpp296 int w = columnPos[endCol] - columnPos[j] - table()->hBorderSpacing(); in setCellLogicalWidths()
300 … 0 : table()->paddingLeft() + table()->paddingRight() + 2 * table()->hBorderSpacing(); in setCellLogicalWidths()
464 int hspacing = table()->hBorderSpacing(); in setCellLogicalWidths()
580 int hspacing = table()->hBorderSpacing(); in setCellLogicalWidths()
DAutoTableLayout.cpp283 int spacingInRowDirection = m_table->hBorderSpacing(); in calcEffectiveLogicalWidth()
747 pos += m_layoutStruct[i].computedLogicalWidth + m_table->hBorderSpacing(); in layout()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityTable.cpp194 if (table->hBorderSpacing() > 0 && table->vBorderSpacing() > 0 in isDataTable()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-25643 (khtml::RenderTable::hBorderSpacing):
DChangeLog-2007-10-1468983 (WebCore::RenderTable::hBorderSpacing):