HomeSort by relevance Sort by last modified time
    Searched refs:CSS_PAIR (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.h 79 CSS_PAIR = 100, // We envision this being exposed as a means of getting computed style values for pairs (border-spacing/radius, background-position, etc.)
179 Pair* getPairValue() const { return m_type != CSS_PAIR ? 0 : m_value.pair; }
CSSPrimitiveValue.cpp 206 m_type = CSS_PAIR;
232 case CSS_PAIR:
580 if (m_type != CSS_PAIR) {
783 case CSS_PAIR:

Completed in 116 milliseconds