Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValuePool.cpp45 , m_colorTransparent(CSSPrimitiveValue::createColor(Color::transparent)) in CSSValuePool()
70 return m_colorTransparent; in createColorValue()
DCSSValuePool.h70 RefPtr<CSSPrimitiveValue> m_colorTransparent; variable