Searched refs:m_colorTransparent (Results 1 – 2 of 2) sorted by relevance
32 : m_colorTransparent(CSSPrimitiveValue::createColor(Color::transparent)) in CSSPrimitiveValueCache()61 return m_colorTransparent; in createColorValue()
57 RefPtr<CSSPrimitiveValue> m_colorTransparent; variable