Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueCache.cpp32 : m_colorTransparent(CSSPrimitiveValue::createColor(Color::transparent)) in CSSPrimitiveValueCache()
61 return m_colorTransparent; in createColorValue()
DCSSPrimitiveValueCache.h57 RefPtr<CSSPrimitiveValue> m_colorTransparent; variable