Searched refs:valueOrPropertyID (Results 1 – 1 of 1) sorted by relevance
90 static const AtomicString& valueOrPropertyName(int valueOrPropertyID) in valueOrPropertyName() argument92 ASSERT_ARG(valueOrPropertyID, valueOrPropertyID >= 0); in valueOrPropertyName()93 …ASSERT_ARG(valueOrPropertyID, valueOrPropertyID < numCSSValueKeywords || (valueOrPropertyID >= fir… in valueOrPropertyName()95 if (valueOrPropertyID < 0) in valueOrPropertyName()98 if (valueOrPropertyID < numCSSValueKeywords) { in valueOrPropertyName()100 if (!cssValueKeywordStrings[valueOrPropertyID]) in valueOrPropertyName()101 … cssValueKeywordStrings[valueOrPropertyID] = new AtomicString(getValueName(valueOrPropertyID)); in valueOrPropertyName()102 return *cssValueKeywordStrings[valueOrPropertyID]; in valueOrPropertyName()105 …if (valueOrPropertyID >= firstCSSProperty && valueOrPropertyID < firstCSSProperty + numCSSProperti… in valueOrPropertyName()107 int propertyIndex = valueOrPropertyID - firstCSSProperty; in valueOrPropertyName()[all …]