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

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 48 int vBorderSpacing() const { return m_vSpacing; }
RenderTableSection.cpp 340 int spacing = table()->vBorderSpacing();
349 int spacing = table()->vBorderSpacing();
465 int vspacing = table()->vBorderSpacing();
581 int vspacing = table()->vBorderSpacing();
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 194 if (table->hBorderSpacing() > 0 && table->vBorderSpacing() > 0

Completed in 197 milliseconds