Searched defs:namedGridRowLines (Results 1 – 2 of 2) sorted by relevance
284 NamedGridLinesMap namedGridRowLines = state.style()->namedGridRowLines(); in applyValueCSSPropertyGridTemplateAreas() local
781 …const NamedGridLinesMap& namedGridRowLines() const { return rareNonInheritedData->m_grid->m_namedG… in namedGridRowLines() function1291 …void setNamedGridRowLines(const NamedGridLinesMap& namedGridRowLines) { SET_VAR(rareNonInheritedDa… in setNamedGridRowLines()