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; }
198 return static_cast<LayoutUnit>(effectiveColumnCount + 1) * hBorderSpacing();
FixedTableLayout.cpp 244 int hspacing = m_table->hBorderSpacing();
AutoTableLayout.cpp 281 int spacingInRowDirection = m_table->hBorderSpacing();
    [all...]
RenderTableSection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 267 if (table->hBorderSpacing() > 0 && table->vBorderSpacing() > 0

Completed in 221 milliseconds