Searched refs:aboveCell (Results 1 – 2 of 2) sorted by relevance
371 HTMLTableCellElement* aboveCell = cell->cellAbove(); in searchForLabelsAboveCell() local372 if (aboveCell) { in searchForLabelsAboveCell()375 for (Node* n = aboveCell->firstChild(); n; n = n->traverseNextNode(aboveCell)) { in searchForLabelsAboveCell()
1151 RenderTableSection::CellStruct& aboveCell = section->cellAt(rAbove, effCol); in cellAbove() local1152 return aboveCell.primaryCell(); in cellAbove()