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

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 106 static AtomicString* cssPropertyStrings[numCSSProperties];
108 if (!cssPropertyStrings[propertyIndex])
109 cssPropertyStrings[propertyIndex] = new AtomicString(getPropertyName(static_cast<CSSPropertyID>(valueOrPropertyID)));
110 return *cssPropertyStrings[propertyIndex];

Completed in 98 milliseconds