HomeSort by relevance Sort by last modified time
    Searched refs:hBorderSpacing (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 50 int hBorderSpacing() const { return m_hSpacing; }
192 return static_cast<LayoutUnit>(effectiveColumnCount + 1) * hBorderSpacing();
FixedTableLayout.cpp 246 int hspacing = m_table->hBorderSpacing();
AutoTableLayout.cpp 263 int spacingInRowDirection = m_table->hBorderSpacing();
    [all...]
RenderTableSection.cpp 633 int tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->hBorderSpacing();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.cpp 227 if (table->hBorderSpacing() > 0 && table->vBorderSpacing() > 0

Completed in 813 milliseconds