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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 51 int vBorderSpacing() const { return m_vSpacing; }
RenderTableSection.h 240 int borderSpacingForRow(unsigned row) const { return m_grid[row].rowRenderer ? table()->vBorderSpacing() : 0; }
RenderTableSection.cpp 513 m_rowPos[0] = table()->vBorderSpacing();
755 int vspacing = table()->vBorderSpacing();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.cpp 227 if (table->hBorderSpacing() > 0 && table->vBorderSpacing() > 0

Completed in 104 milliseconds