Home | History | Annotate | Download | only in css

Lines Matching defs:parseValue

272 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int id, const String& string, bool important)
587 bool CSSParser::parseValue(int propId, bool important)
724 if (num != 1 || !parseValue(CSSPropertyOverflowX, important))
812 if (!parseValue(properties[0], important))
820 if (!parseValue(properties[0], important) || !parseValue(properties[1], important))
1468 if (!parseValue(properties[0], important))
1476 if (!parseValue(properties[0], important) || !parseValue(properties[1], important))
2080 if (parseValue(properties[propIndex], important))
2119 if (!parseValue(properties[0], important))
2130 if (!parseValue(properties[0], important) || !parseValue(properties[1], important))
2141 if (!parseValue(properties[0], important) || !parseValue(properties[1], important) || !parseValue(properties[2], important))
2150 if (!parseValue(properties[0], important) || !parseValue(properties[1], important) ||
2151 !parseValue(properties[2], important) || !parseValue(properties[3], important))
4042 p->parseValue(CSSPropertyBorderWidth, important);
5226 if (parseValue(propId, isImportant))