Home | History | Annotate | Download | only in rendering

Lines Matching refs:elem2

1003 static inline bool compareCellPositions(RenderTableCell* elem1, RenderTableCell* elem2)
1005 return elem1->row() < elem2->row();