Searched refs:mustBeNonNegative (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp192 bool mustBeNonNegative = unitflags & (FNonNeg | FPositiveInteger); local
194 if (!parseCalculation(value, mustBeNonNegative ? ValueRangeNonNegative : ValueRangeAll))
206 if (b && mustBeNonNegative && m_parsedCalculation->isNegative())
225 if (b && mustBeNonNegative && m_parsedCalculation->isNegative())

Completed in 558 milliseconds