Home
last modified time | relevance | path

Searched refs:setCol (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableCellElement.h46 void setCol(int col) { _col = col; } in setCol() function
/external/webkit/WebCore/rendering/
DRenderTableCell.h47 void setCol(int col) { m_column = col; } in setCol() function
DRenderTableSection.cpp255 cell->setCol(table()->effColToCol(col)); in addCell()
/external/webkit/WebCore/
DChangeLog-2007-10-1469031 (WebCore::RenderTableCell::setCol):