Searched refs:rowIndexWasSet (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTableRow.h65 bool rowIndexWasSet() const { return m_rowIndex != unsetRowIndex; } function in class:WebCore::RenderTableRow
68 ASSERT(rowIndexWasSet());
H A DRenderTableCell.cpp400 ASSERT(!row() || row()->rowIndexWasSet());

Completed in 129 milliseconds