Searched refs:nextColElement (Results 1 – 3 of 3) sorted by relevance
176 RenderTableCol* nextColElement(RenderTableCol* current) const;
700 RenderTableCol* RenderTable::nextColElement(RenderTableCol* current) const in nextColElement() function in WebCore::RenderTable751 colElem = nextColElement(colElem); in colElement()
113 tableCol = table()->nextColElement(tableCol); in styleOrColLogicalWidth()