Home | History | Annotate | Download | only in css

Lines Matching refs:checkForVariables

621     if (!inShorthand() && checkForVariables(m_valueList)) {
5165 if (checkForVariables(valueList)) {
5233 bool CSSParser::checkForVariables(CSSParserValueList* valueList)
5245 if (valueList->valueAt(i)->unit == CSSParserValue::Function && checkForVariables(valueList->valueAt(i)->function->args)) {