Home
last modified time | relevance | path

Searched refs:rowSpan (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableCellElement.h49 int rowSpan() const { return rSpan; } in rowSpan() function
DHTMLTableCellElement.idl36 attribute long rowSpan;
/external/webkit/WebCore/accessibility/
DAccessibilityTableCell.cpp97 rowRange.second = renderCell->rowSpan(); in rowIndexRange()
DAccessibilityTable.cpp404 if (cell && ((cell->row() + (cell->rowSpan()-1)) >= (int)sectionSpecificRow)) in cellForColumnAndRow()
/external/webkit/WebCore/rendering/
DRenderTableCell.h43 int rowSpan() const { return m_rowSpan; } in rowSpan() function
DRenderTableSection.cpp183 int rSpan = cell->rowSpan(); in addCell()
371 int indx = max(r - cell->rowSpan() + 1, 0); in setCellWidths()
594 rindx = max(0, r - cell->rowSpan() + 1); in setCellWidths()
DRenderTableCell.cpp79 m_rowSpan = tc->rowSpan(); in updateFromElement()
554 if (row() + rowSpan() >= currSection->numRows()) { in collapsedBottomBorder()
DRenderTreeAsText.cpp326 …ts << " [r=" << c.row() << " c=" << c.col() << " rs=" << c.rowSpan() << " cs=" << c.colSpan() << "… in operator <<()
DRenderTable.cpp1087 int r = cell->row() + cell->rowSpan() - 1; in cellBelow()
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h817 @property int rowSpan;
/external/webkit/WebCore/
DWebCore.order14835 -[DOMHTMLTableCellElement rowSpan]
DChangeLog-2005-08-237058 (-[DOMHTMLTableCellElement rowSpan]):
10443 (-[DOMHTMLTableCellElement rowSpan]):
28144 (khtml::RenderTableCell::rowSpan):
49298 (-[HTMLTableCellElement rowSpan]):
DChangeLog-2005-12-198569 When a table has a really huge rowSpan, Safari used to crash because
18494 (-[DOMHTMLTableCellElement rowSpan]):
DChangeLog-2007-10-1469028 (WebCore::RenderTableCell::rowSpan):