Home
last modified time | relevance | path

Searched refs:maximumCacheableValue (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueCache.cpp83 static const int maximumCacheableValue = 256; in createValue() local
84 if (value < 0 || value > maximumCacheableValue) in createValue()