Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueCache.cpp70 if (m_colorValueCache.size() > maximumColorCacheSize) in createColorValue()
71 m_colorValueCache.clear(); in createColorValue()
74 pair<ColorValueCache::iterator, bool> entry = m_colorValueCache.add(rgbValue, dummyValue); in createColorValue()
DCSSPrimitiveValueCache.h56 ColorValueCache m_colorValueCache; variable