Searched refs:setNamedGridAreaRowCount (Results 1 – 2 of 2) sorted by relevance
1718 state.style()->setNamedGridAreaRowCount(state.parentStyle()->namedGridAreaRowCount()); in oldApplyProperty()1724 state.style()->setNamedGridAreaRowCount(RenderStyle::initialNamedGridAreaCount()); in oldApplyProperty()1736 state.style()->setNamedGridAreaRowCount(gridTemplateValue->rowCount()); in oldApplyProperty()
1243 …void setNamedGridAreaRowCount(size_t rowCount) { SET_VAR(rareNonInheritedData.access()->m_grid, m_… in setNamedGridAreaRowCount() function