Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h50 int hBorderSpacing() const { return m_hSpacing; } in hBorderSpacing() function
198 return static_cast<LayoutUnit>(effectiveColumnCount + 1) * hBorderSpacing(); in borderSpacingInRowDirection()
DFixedTableLayout.cpp244 int hspacing = m_table->hBorderSpacing(); in layout()
DAutoTableLayout.cpp281 int spacingInRowDirection = m_table->hBorderSpacing(); in calcEffectiveLogicalWidth()
732 pos += m_layoutStruct[i].computedLogicalWidth + m_table->hBorderSpacing(); in layout()
DRenderTableSection.cpp819 …t tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->hBorderSpacing(); in layout()
1607 int horizontalBorderSpacing = table()->hBorderSpacing(); in setLogicalPositionForCell()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTable.cpp267 if (table->hBorderSpacing() > 0 && table->vBorderSpacing() > 0 in isDataTable()