Searched refs:m_systemColorCache (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeMac.h255 mutable HashMap<int, RGBA32> m_systemColorCache; member in class:WebCore::RenderThemeMac
H A DRenderThemeMac.mm732 m_systemColorCache.clear();
739 HashMap<int, RGBA32>::iterator it = m_systemColorCache.find(cssValueId);
740 if (it != m_systemColorCache.end())
847 m_systemColorCache.set(cssValueId, color.rgb());

Completed in 215 milliseconds