Searched defs:rowSpan (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableCellElement.cpp62 int HTMLTableCellElement::rowSpan() const function in class:WebCore::HTMLTableCellElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.h48 unsigned rowSpan() const function in class:WebCore::FINAL
H A DRenderGrid.cpp680 const GridSpan& rowSpan = resolveGridPositionsFromAutoPlacementPosition(child, ForRows, rowTrack); local
682 insertItemIntoGrid(child, GridCoordinate(rowSpan, columnSpan));
H A DRenderTableSection.cpp60 if (cell->rowSpan() != 1)
204 unsigned rSpan = cell->rowSpan();
257 const unsigned rowSpan = cell->rowSpan(); local
262 spanningRowsHeight.rowHeight.resize(rowSpan);
264 for (unsigned row = 0; row < rowSpan; row++) {
271 spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing += borderSpacingForRow(rowIndex + rowSpan - 1);
279 const unsigned rowSpan = cell->rowSpan(); local
287 for (unsigned row = rowIndex; row < (rowIndex + rowSpan); ro
309 const unsigned rowSpan = cell->rowSpan(); local
343 const unsigned rowSpan = cell->rowSpan(); local
407 unsigned rowSpan = cell->rowSpan(); local
1614 CellSpan rowSpan = spannedRows(tableAlignedRect); local
[all...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DAccessibilityUIElementChromium.cpp832 unsigned rowSpan = accessibilityObject().cellRowSpan(); local
834 snprintf(buffer, sizeof(buffer), "{%d, %d}", rowIndex, rowSpan);

Completed in 179 milliseconds