Home | History | Annotate | Download | only in style

Lines Matching refs:GridAutoFlow

798     GridAutoFlow gridAutoFlow() const { return rareNonInheritedData->m_grid->m_gridAutoFlow; }
1294 void setGridAutoFlow(GridAutoFlow flow) { SET_VAR(rareNonInheritedData.access()->m_grid, m_gridAutoFlow, flow); }
1686 static GridAutoFlow initialGridAutoFlow() { return AutoFlowNone; }