Searched refs:m_cssPrimitiveValueCache (Results 1 – 2 of 2) sorted by relevance
1155 mutable RefPtr<CSSPrimitiveValueCache> m_cssPrimitiveValueCache; variable
1694 if (!m_cssPrimitiveValueCache) in cssPrimitiveValueCache()1695 m_cssPrimitiveValueCache = CSSPrimitiveValueCache::create(); in cssPrimitiveValueCache()1696 return m_cssPrimitiveValueCache; in cssPrimitiveValueCache()