Home
last modified time | relevance | path

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

/external/webkit/LayoutTests/dom/html/level2/html/
Dtable28.js101 vrowspan = testNode.rowSpan;
DHTMLTableCellElement23.js104 vrowspan = testNode.rowSpan;
DHTMLTableCellElement24.js104 vrowspan = testNode.rowSpan;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
DHTMLTableCellElement23.js104 vrowspan = testNode.rowSpan;
Dtable28.js101 vrowspan = testNode.rowSpan;
DHTMLTableCellElement24.js104 vrowspan = testNode.rowSpan;
/external/webkit/Source/WebCore/html/
DHTMLTableCellElement.h40 int rowSpan() const { return m_rowSpan; } in rowSpan() function
DHTMLTableCellElement.idl35 attribute long rowSpan;
/external/webkit/Source/WebCore/accessibility/
DAccessibilityTableCell.cpp108 rowRange.second = renderCell->rowSpan(); in rowIndexRange()
DAccessibilityTable.cpp484 if (cell && ((cell->row() + (cell->rowSpan()-1)) >= (int)sectionSpecificRow)) in cellForColumnAndRow()
/external/webkit/Source/WebCore/rendering/
DRenderTableCell.h43 int rowSpan() const { return m_rowSpan; } in rowSpan() function
DRenderTableSection.cpp191 int rSpan = cell->rowSpan(); in addCell()
376 if ((cell->row() + cell->rowSpan() - 1) > r) in setCellLogicalWidths()
379 int indx = max(r - cell->rowSpan() + 1, 0); in setCellLogicalWidths()
603 rHeight = m_rowPos[rindx + cell->rowSpan()] - m_rowPos[rindx] - vspacing; in setCellLogicalWidths()
1147 if (current.cells[i]->rowSpan() > 1 || current.cells[i]->colSpan() > 1) { in setCellLogicalWidths()
DRenderTableCell.cpp81 m_rowSpan = tc->rowSpan(); in updateFromElement()
638 if (row() + rowSpan() >= currSection->numRows()) { in collapsedAfterBorder()
DRenderTreeAsText.cpp374 …ts << " [r=" << c.row() << " c=" << c.col() << " rs=" << c.rowSpan() << " cs=" << c.colSpan() << "… in writeRenderObject()
DRenderTable.cpp1162 int r = cell->row() + cell->rowSpan() - 1; in cellBelow()
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm1007 …NSInteger rowNumber = [[_textTableRows lastObject] integerValue], columnNumber = 0, rowSpan = 1, c…
1019 if ([tableCellElement respondsToSelector:@selector(rowSpan)]) {
1020 rowSpan = [(DOMHTMLTableCellElement *)tableCellElement rowSpan];
1021 if (rowSpan < 1) rowSpan = 1;
1028 …block = [[NSTextTableBlock alloc] initWithTable:table startingRow:rowNumber rowSpan:rowSpan starti…
1294 if ([block startingRow] + [block rowSpan] > rowNumber) [rowArray addObject:block];
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h823 @property int rowSpan;
/external/webkit/Source/WebCore/
DWebCore.order18169 -[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):