Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h79CSS_PAIR = 100, // We envision this being exposed as a means of getting computed style values for … enumerator
179 Pair* getPairValue() const { return m_type != CSS_PAIR ? 0 : m_value.pair; } in getPairValue()
DCSSPrimitiveValue.cpp206 m_type = CSS_PAIR; in init()
232 case CSS_PAIR: in cleanup()
580 if (m_type != CSS_PAIR) { in getPairValue()
783 case CSS_PAIR: in cssText()