Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTable.h44 int hBorderSpacing() const { return m_hSpacing; } in hBorderSpacing() function
112 …(collapseBorders() ? 0 : (paddingLeft() + paddingRight() + (numEffCols() + 1) * hBorderSpacing())); in bordersPaddingAndSpacing()
DRenderTableSection.cpp290 int w = columnPos[endCol] - columnPos[j] - table()->hBorderSpacing(); in setCellWidths()
295 2*table()->hBorderSpacing()))); in setCellWidths()
450 int hspacing = table()->hBorderSpacing(); in setCellWidths()
569 int hspacing = table()->hBorderSpacing(); in setCellWidths()
DFixedTableLayout.cpp241 int hspacing = m_table->hBorderSpacing(); in layout()
DAutoTableLayout.cpp302 int hspacing = m_table->hBorderSpacing(); in calcEffectiveWidth()
772 pos += m_layoutStruct[i].calcWidth + m_table->hBorderSpacing(); in layout()
/external/webkit/WebCore/accessibility/
DAccessibilityTable.cpp168 if (table->hBorderSpacing() > 0 && table->vBorderSpacing() > 0 && in isTableExposableThroughAccessibility()
/external/webkit/WebCore/
DChangeLog-2003-10-25643 (khtml::RenderTable::hBorderSpacing):
DChangeLog-2007-10-1468983 (WebCore::RenderTable::hBorderSpacing):