FInteger          256 Source/core/css/parser/CSSPropertyParser.cpp         if (!b && (unitflags & FInteger) && m_parsedCalculation->isInt())
FInteger          295 Source/core/css/parser/CSSPropertyParser.cpp         if (!b && (unitflags & FInteger) && value->isInt)
FInteger          881 Source/core/css/parser/CSSPropertyParser.cpp             validPrimitive = (!id && validUnit(value, FInteger, HTMLQuirksMode));
FInteger         1014 Source/core/css/parser/CSSPropertyParser.cpp         validPrimitive = validUnit(value, FInteger | FNonNeg);
FInteger         1052 Source/core/css/parser/CSSPropertyParser.cpp         validPrimitive = validUnit(value, FInteger | FNonNeg, HTMLStandardMode);
FInteger         1055 Source/core/css/parser/CSSPropertyParser.cpp         validPrimitive = validUnit(value, FInteger | FNonNeg, HTMLStandardMode) && value->fValue;
FInteger         1091 Source/core/css/parser/CSSPropertyParser.cpp         validPrimitive = validUnit(value, FInteger, HTMLStandardMode);
FInteger         1103 Source/core/css/parser/CSSPropertyParser.cpp             validPrimitive = validUnit(value, FInteger | FNonNeg);
FInteger         1109 Source/core/css/parser/CSSPropertyParser.cpp             validPrimitive = validUnit(value, FTime | FInteger | FNonNeg);
FInteger         1335 Source/core/css/parser/CSSPropertyParser.cpp         validPrimitive = (!id && (value->unit == CSSPrimitiveValue::CSS_PERCENTAGE || value->fValue) && validUnit(value, FInteger | FPercent | FNonNeg, HTMLQuirksMode));
FInteger         3187 Source/core/css/parser/CSSPropertyParser.cpp         if (!validUnit(v, FInteger))
FInteger         3369 Source/core/css/parser/CSSPropertyParser.cpp     if (validUnit(value, FInteger) && value->fValue) {
FInteger         3382 Source/core/css/parser/CSSPropertyParser.cpp         if (value && validUnit(value, FInteger) && value->fValue) {
FInteger         4720 Source/core/css/parser/CSSPropertyParser.cpp     if (validUnit(value, FInteger | FNonNeg, HTMLQuirksMode)) {
FInteger         5265 Source/core/css/parser/CSSPropertyParser.cpp     if (validUnit(v, FInteger, HTMLStandardMode))
FInteger         5266 Source/core/css/parser/CSSPropertyParser.cpp         unitType = FInteger;
FInteger         6029 Source/core/css/parser/CSSPropertyParser.cpp         if (context.allowNumber() && !isCalculation(val) && validUnit(val, FInteger | FNonNeg | FPercent, HTMLStandardMode)) {