Home
last modified time | relevance | path

Searched defs:rowSpan (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTableCellElement.h40 int rowSpan() const { return m_rowSpan; } in rowSpan() function
/external/webkit/Source/WebCore/rendering/
DRenderTableCell.h43 int rowSpan() const { return m_rowSpan; } in rowSpan() function