Home | History | Annotate | Download | only in css

Lines Matching full:gridlinename

4561 bool CSSParser::parseIntegerOrStringFromGridPosition(RefPtr<CSSPrimitiveValue>& numericValue, RefPtr<CSSPrimitiveValue>& gridLineName)
4568 gridLineName = createPrimitiveStringValue(m_valueList->current());
4575 gridLineName = createPrimitiveStringValue(m_valueList->current());
4603 RefPtr<CSSPrimitiveValue> gridLineName;
4606 if (parseIntegerOrStringFromGridPosition(numericValue, gridLineName)) {
4615 parseIntegerOrStringFromGridPosition(numericValue, gridLineName);
4624 if (!hasSeenSpanKeyword && !gridLineName && !numericValue)
4636 if (gridLineName)
4637 values->append(gridLineName.release());