HomeSort by relevance Sort by last modified time
    Searched full:cssvaluekeywordstrings (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 99 static AtomicString* cssValueKeywordStrings[numCSSValueKeywords];
100 if (!cssValueKeywordStrings[valueOrPropertyID])
101 cssValueKeywordStrings[valueOrPropertyID] = new AtomicString(getValueName(valueOrPropertyID));
102 return *cssValueKeywordStrings[valueOrPropertyID];

Completed in 504 milliseconds