Home | History | Annotate | Download | only in style

Lines Matching refs:gridAutoFlow

787     GridAutoFlow gridAutoFlow() const { return static_cast<GridAutoFlow>(rareNonInheritedData->m_grid->m_gridAutoFlow); }
1297 void setGridAutoFlow(GridAutoFlow flow) { SET_VAR(rareNonInheritedData.access()->m_grid, m_gridAutoFlow, flow); }
1695 static GridAutoFlow initialGridAutoFlow() { return AutoFlowRow; }